Shades of Electric Purple #CA13EA
Tints of Electric Purple #CA13EA
RGB
CMYK
RGB Variations
Color information
#CA13EA (or 0xCA13EA) is known color: Electric Purple. HEX triplet: CA, 13 and EA. RGB value is (202,19,234). Sum of RGB (Red+Green+Blue) = 202+19+234=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA13EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA13EA is #35EC15. Grayscale: #616161. Windows color (decimal): -3533846 or 15340490. OLE color: 15340490.
HSL color Cylindrical-coordinate representation of color #CA13EA: hue angle of 291.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA13EA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 19 | 234 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.08 |
| HSL | 291.07º | 0.85% | 0.5% | - |
| HSV(B) | 291.07º | 0.92% | 0.92% | - |
| XYZ | 39.44 | 18.96 | 79.42 | - |
| YUV | 98.23 | 204.63 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 234 | 0.14 | 0.92 | 0 | 0.08 | 291.07 | 0.85 | 0.5 |
| Hex | CA | 13 | EA | E | 5C | 0 | 8 | 123 | 55 | 32 |
| Octal | 312 | 23 | 352 | 16 | 134 | 0 | 10 | 443 | 125 | 62 |
| Binary | 11001010 | 10011 | 11101010 | 1110 | 1011100 | 0 | 1000 | 100100011 | 1010101 | 110010 |
Color Harmonies of #CA13EA
Complementary color
Monochromatic Colors of #CA13EA
Black with #CA13EA
Text Example
Text Example
White with #CA13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13EA; }
p { color: rgb(202,19,234); }
H1.HeaderClassName
{
color: #CA13EA;
}
.AnyTagClassName
{
color: #CA13EA;
}
</style>
background-color css
<style>
a { background-color: #CA13EA; }
a { background-color: rgb(202,19,234); }
div.DivClassName
{
background-color: #CA13EA;
}
.BgClassName
{
background-color: #CA13EA;
}
</style>
border-color css
<style>
span { border-color: #CA13EA; }
span { border-color: rgb(202,19,234); }
td.TdClassName
{
border-color: #CA13EA;
}
.TagClassName
{
border-color: #CA13EA;
}
</style>