Shades of Electric Purple #CB29FF
Tints of Electric Purple #CB29FF
RGB
CMYK
RGB Variations
Color information
#CB29FF (or 0xCB29FF) is known color: Electric Purple. HEX triplet: CB, 29 and FF. RGB value is (203,41,255). Sum of RGB (Red+Green+Blue) = 203+41+255=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB29FF is #34D600. Grayscale: #717171. Windows color (decimal): -3462657 or 16722379. OLE color: 16722379.
HSL color Cylindrical-coordinate representation of color #CB29FF: hue angle of 285.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB29FF is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 41 | 255 | - |
| CMYK | 0.20 | 0.84 | 0 | 0 |
| HSL | 285.42º | 1% | 0.58% | - |
| HSV(B) | 285.42º | 0.84% | 1% | - |
| XYZ | 43.47 | 21.5 | 96.47 | - |
| YUV | 113.83 | 207.67 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 255 | 0.20 | 0.84 | 0 | 0 | 285.42 | 1 | 0.58 |
| Hex | CB | 29 | FF | 14 | 54 | 0 | 0 | 11D | 64 | 3A |
| Octal | 313 | 51 | 377 | 24 | 124 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001011 | 101001 | 11111111 | 10100 | 1010100 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #CB29FF
Complementary color
Monochromatic Colors of #CB29FF
Black with #CB29FF
Text Example
Text Example
White with #CB29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29FF; }
p { color: rgb(203,41,255); }
H1.HeaderClassName
{
color: #CB29FF;
}
.AnyTagClassName
{
color: #CB29FF;
}
</style>
background-color css
<style>
a { background-color: #CB29FF; }
a { background-color: rgb(203,41,255); }
div.DivClassName
{
background-color: #CB29FF;
}
.BgClassName
{
background-color: #CB29FF;
}
</style>
border-color css
<style>
span { border-color: #CB29FF; }
span { border-color: rgb(203,41,255); }
td.TdClassName
{
border-color: #CB29FF;
}
.TagClassName
{
border-color: #CB29FF;
}
</style>