Shades of Electric Purple #CB13EA
Tints of Electric Purple #CB13EA
RGB
CMYK
RGB Variations
Color information
#CB13EA (or 0xCB13EA) is known color: Electric Purple. HEX triplet: CB, 13 and EA. RGB value is (203,19,234). Sum of RGB (Red+Green+Blue) = 203+19+234=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB13EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB13EA is #34EC15. Grayscale: #616161. Windows color (decimal): -3468310 or 15340491. OLE color: 15340491.
HSL color Cylindrical-coordinate representation of color #CB13EA: hue angle of 291.35º 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 #CB13EA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 19 | 234 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.08 |
| HSL | 291.35º | 0.85% | 0.5% | - |
| HSV(B) | 291.35º | 0.92% | 0.92% | - |
| XYZ | 39.71 | 19.1 | 79.44 | - |
| YUV | 98.53 | 204.46 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 234 | 0.13 | 0.92 | 0 | 0.08 | 291.35 | 0.85 | 0.5 |
| Hex | CB | 13 | EA | D | 5C | 0 | 8 | 123 | 55 | 32 |
| Octal | 313 | 23 | 352 | 15 | 134 | 0 | 10 | 443 | 125 | 62 |
| Binary | 11001011 | 10011 | 11101010 | 1101 | 1011100 | 0 | 1000 | 100100011 | 1010101 | 110010 |
Color Harmonies of #CB13EA
Complementary color
Monochromatic Colors of #CB13EA
Black with #CB13EA
Text Example
Text Example
White with #CB13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13EA; }
p { color: rgb(203,19,234); }
H1.HeaderClassName
{
color: #CB13EA;
}
.AnyTagClassName
{
color: #CB13EA;
}
</style>
background-color css
<style>
a { background-color: #CB13EA; }
a { background-color: rgb(203,19,234); }
div.DivClassName
{
background-color: #CB13EA;
}
.BgClassName
{
background-color: #CB13EA;
}
</style>
border-color css
<style>
span { border-color: #CB13EA; }
span { border-color: rgb(203,19,234); }
td.TdClassName
{
border-color: #CB13EA;
}
.TagClassName
{
border-color: #CB13EA;
}
</style>