Shades of Electric Purple #CA31F5
Tints of Electric Purple #CA31F5
RGB
CMYK
RGB Variations
Color information
#CA31F5 (or 0xCA31F5) is known color: Electric Purple. HEX triplet: CA, 31 and F5. RGB value is (202,49,245). Sum of RGB (Red+Green+Blue) = 202+49+245=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA31F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA31F5 is #35CE0A. Grayscale: #747474. Windows color (decimal): -3526155 or 16069066. OLE color: 16069066.
HSL color Cylindrical-coordinate representation of color #CA31F5: hue angle of 286.84º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA31F5 is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 49 | 245 | - |
| CMYK | 0.18 | 0.8 | 0 | 0.04 |
| HSL | 286.84º | 0.91% | 0.58% | - |
| HSV(B) | 286.84º | 0.8% | 0.96% | - |
| XYZ | 41.94 | 21.35 | 88.3 | - |
| YUV | 117.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 245 | 0.18 | 0.8 | 0 | 0.04 | 286.84 | 0.91 | 0.58 |
| Hex | CA | 31 | F5 | 12 | 50 | 0 | 4 | 11F | 5B | 3A |
| Octal | 312 | 61 | 365 | 22 | 120 | 0 | 4 | 437 | 133 | 72 |
| Binary | 11001010 | 110001 | 11110101 | 10010 | 1010000 | 0 | 100 | 100011111 | 1011011 | 111010 |
Color Harmonies of #CA31F5
Complementary color
Monochromatic Colors of #CA31F5
Black with #CA31F5
Text Example
Text Example
White with #CA31F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31F5; }
p { color: rgb(202,49,245); }
H1.HeaderClassName
{
color: #CA31F5;
}
.AnyTagClassName
{
color: #CA31F5;
}
</style>
background-color css
<style>
a { background-color: #CA31F5; }
a { background-color: rgb(202,49,245); }
div.DivClassName
{
background-color: #CA31F5;
}
.BgClassName
{
background-color: #CA31F5;
}
</style>
border-color css
<style>
span { border-color: #CA31F5; }
span { border-color: rgb(202,49,245); }
td.TdClassName
{
border-color: #CA31F5;
}
.TagClassName
{
border-color: #CA31F5;
}
</style>