Shades of Electric Purple #CB29ED
Tints of Electric Purple #CB29ED
RGB
CMYK
RGB Variations
Color information
#CB29ED (or 0xCB29ED) is known color: Electric Purple. HEX triplet: CB, 29 and ED. RGB value is (203,41,237). Sum of RGB (Red+Green+Blue) = 203+41+237=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB29ED is #34D612. Grayscale: #6F6F6F. Windows color (decimal): -3462675 or 15542731. OLE color: 15542731.
HSL color Cylindrical-coordinate representation of color #CB29ED: hue angle of 289.59º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB29ED is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 41 | 237 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 289.59º | 0.84% | 0.55% | - |
| HSV(B) | 289.59º | 0.83% | 0.93% | - |
| XYZ | 40.71 | 20.4 | 81.91 | - |
| YUV | 111.78 | 198.67 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 237 | 0.14 | 0.83 | 0 | 0.07 | 289.59 | 0.84 | 0.55 |
| Hex | CB | 29 | ED | E | 53 | 0 | 7 | 122 | 54 | 37 |
| Octal | 313 | 51 | 355 | 16 | 123 | 0 | 7 | 442 | 124 | 67 |
| Binary | 11001011 | 101001 | 11101101 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010100 | 110111 |
Color Harmonies of #CB29ED
Complementary color
Monochromatic Colors of #CB29ED
Black with #CB29ED
Text Example
Text Example
White with #CB29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29ED; }
p { color: rgb(203,41,237); }
H1.HeaderClassName
{
color: #CB29ED;
}
.AnyTagClassName
{
color: #CB29ED;
}
</style>
background-color css
<style>
a { background-color: #CB29ED; }
a { background-color: rgb(203,41,237); }
div.DivClassName
{
background-color: #CB29ED;
}
.BgClassName
{
background-color: #CB29ED;
}
</style>
border-color css
<style>
span { border-color: #CB29ED; }
span { border-color: rgb(203,41,237); }
td.TdClassName
{
border-color: #CB29ED;
}
.TagClassName
{
border-color: #CB29ED;
}
</style>