Shades of Electric Purple #CB29EA
Tints of Electric Purple #CB29EA
RGB
CMYK
RGB Variations
Color information
#CB29EA (or 0xCB29EA) is known color: Electric Purple. HEX triplet: CB, 29 and EA. RGB value is (203,41,234). Sum of RGB (Red+Green+Blue) = 203+41+234=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB29EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB29EA is #34D615. Grayscale: #6E6E6E. Windows color (decimal): -3462678 or 15346123. OLE color: 15346123.
HSL color Cylindrical-coordinate representation of color #CB29EA: hue angle of 290.36º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB29EA is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 41 | 234 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.08 |
| HSL | 290.36º | 0.82% | 0.54% | - |
| HSV(B) | 290.36º | 0.82% | 0.92% | - |
| XYZ | 40.27 | 20.22 | 79.62 | - |
| YUV | 111.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 234 | 0.13 | 0.82 | 0 | 0.08 | 290.36 | 0.82 | 0.54 |
| Hex | CB | 29 | EA | D | 52 | 0 | 8 | 122 | 52 | 36 |
| Octal | 313 | 51 | 352 | 15 | 122 | 0 | 10 | 442 | 122 | 66 |
| Binary | 11001011 | 101001 | 11101010 | 1101 | 1010010 | 0 | 1000 | 100100010 | 1010010 | 110110 |
Color Harmonies of #CB29EA
Complementary color
Monochromatic Colors of #CB29EA
Black with #CB29EA
Text Example
Text Example
White with #CB29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29EA; }
p { color: rgb(203,41,234); }
H1.HeaderClassName
{
color: #CB29EA;
}
.AnyTagClassName
{
color: #CB29EA;
}
</style>
background-color css
<style>
a { background-color: #CB29EA; }
a { background-color: rgb(203,41,234); }
div.DivClassName
{
background-color: #CB29EA;
}
.BgClassName
{
background-color: #CB29EA;
}
</style>
border-color css
<style>
span { border-color: #CB29EA; }
span { border-color: rgb(203,41,234); }
td.TdClassName
{
border-color: #CB29EA;
}
.TagClassName
{
border-color: #CB29EA;
}
</style>