Shades of Electric Purple #CB29EF
Tints of Electric Purple #CB29EF
RGB
CMYK
RGB Variations
Color information
#CB29EF (or 0xCB29EF) is known color: Electric Purple. HEX triplet: CB, 29 and EF. RGB value is (203,41,239). Sum of RGB (Red+Green+Blue) = 203+41+239=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB29EF is #34D610. Grayscale: #6F6F6F. Windows color (decimal): -3462673 or 15673803. OLE color: 15673803.
HSL color Cylindrical-coordinate representation of color #CB29EF: hue angle of 289.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB29EF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 41 | 239 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.06 |
| HSL | 289.09º | 0.86% | 0.55% | - |
| HSV(B) | 289.09º | 0.83% | 0.94% | - |
| XYZ | 41 | 20.51 | 83.46 | - |
| YUV | 112.01 | 199.67 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 239 | 0.15 | 0.83 | 0 | 0.06 | 289.09 | 0.86 | 0.55 |
| Hex | CB | 29 | EF | F | 53 | 0 | 6 | 121 | 56 | 37 |
| Octal | 313 | 51 | 357 | 17 | 123 | 0 | 6 | 441 | 126 | 67 |
| Binary | 11001011 | 101001 | 11101111 | 1111 | 1010011 | 0 | 110 | 100100001 | 1010110 | 110111 |
Color Harmonies of #CB29EF
Complementary color
Monochromatic Colors of #CB29EF
Black with #CB29EF
Text Example
Text Example
White with #CB29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29EF; }
p { color: rgb(203,41,239); }
H1.HeaderClassName
{
color: #CB29EF;
}
.AnyTagClassName
{
color: #CB29EF;
}
</style>
background-color css
<style>
a { background-color: #CB29EF; }
a { background-color: rgb(203,41,239); }
div.DivClassName
{
background-color: #CB29EF;
}
.BgClassName
{
background-color: #CB29EF;
}
</style>
border-color css
<style>
span { border-color: #CB29EF; }
span { border-color: rgb(203,41,239); }
td.TdClassName
{
border-color: #CB29EF;
}
.TagClassName
{
border-color: #CB29EF;
}
</style>