Shades of Electric Purple #CA1BEA
Tints of Electric Purple #CA1BEA
RGB
CMYK
RGB Variations
Color information
#CA1BEA (or 0xCA1BEA) is known color: Electric Purple. HEX triplet: CA, 1B and EA. RGB value is (202,27,234). Sum of RGB (Red+Green+Blue) = 202+27+234=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA1BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1BEA is #35E415. Grayscale: #666666. Windows color (decimal): -3531798 or 15342538. OLE color: 15342538.
HSL color Cylindrical-coordinate representation of color #CA1BEA: hue angle of 290.72º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1BEA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 27 | 234 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.08 |
| HSL | 290.72º | 0.83% | 0.51% | - |
| HSV(B) | 290.72º | 0.88% | 0.92% | - |
| XYZ | 39.6 | 19.28 | 79.48 | - |
| YUV | 102.92 | 201.98 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 234 | 0.14 | 0.88 | 0 | 0.08 | 290.72 | 0.83 | 0.51 |
| Hex | CA | 1B | EA | E | 58 | 0 | 8 | 123 | 53 | 33 |
| Octal | 312 | 33 | 352 | 16 | 130 | 0 | 10 | 443 | 123 | 63 |
| Binary | 11001010 | 11011 | 11101010 | 1110 | 1011000 | 0 | 1000 | 100100011 | 1010011 | 110011 |
Color Harmonies of #CA1BEA
Complementary color
Monochromatic Colors of #CA1BEA
Black with #CA1BEA
Text Example
Text Example
White with #CA1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BEA; }
p { color: rgb(202,27,234); }
H1.HeaderClassName
{
color: #CA1BEA;
}
.AnyTagClassName
{
color: #CA1BEA;
}
</style>
background-color css
<style>
a { background-color: #CA1BEA; }
a { background-color: rgb(202,27,234); }
div.DivClassName
{
background-color: #CA1BEA;
}
.BgClassName
{
background-color: #CA1BEA;
}
</style>
border-color css
<style>
span { border-color: #CA1BEA; }
span { border-color: rgb(202,27,234); }
td.TdClassName
{
border-color: #CA1BEA;
}
.TagClassName
{
border-color: #CA1BEA;
}
</style>