Shades of Electric Purple #CB28EF
Tints of Electric Purple #CB28EF
RGB
CMYK
RGB Variations
Color information
#CB28EF (or 0xCB28EF) is known color: Electric Purple. HEX triplet: CB, 28 and EF. RGB value is (203,40,239). Sum of RGB (Red+Green+Blue) = 203+40+239=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB28EF is #34D710. Grayscale: #6E6E6E. Windows color (decimal): -3462929 or 15673547. OLE color: 15673547.
HSL color Cylindrical-coordinate representation of color #CB28EF: hue angle of 289.15º 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 #CB28EF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 40 | 239 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.06 |
| HSL | 289.15º | 0.86% | 0.55% | - |
| HSV(B) | 289.15º | 0.83% | 0.94% | - |
| XYZ | 40.97 | 20.45 | 83.45 | - |
| YUV | 111.42 | 200 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 239 | 0.15 | 0.83 | 0 | 0.06 | 289.15 | 0.86 | 0.55 |
| Hex | CB | 28 | EF | F | 53 | 0 | 6 | 121 | 56 | 37 |
| Octal | 313 | 50 | 357 | 17 | 123 | 0 | 6 | 441 | 126 | 67 |
| Binary | 11001011 | 101000 | 11101111 | 1111 | 1010011 | 0 | 110 | 100100001 | 1010110 | 110111 |
Color Harmonies of #CB28EF
Complementary color
Monochromatic Colors of #CB28EF
Black with #CB28EF
Text Example
Text Example
White with #CB28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28EF; }
p { color: rgb(203,40,239); }
H1.HeaderClassName
{
color: #CB28EF;
}
.AnyTagClassName
{
color: #CB28EF;
}
</style>
background-color css
<style>
a { background-color: #CB28EF; }
a { background-color: rgb(203,40,239); }
div.DivClassName
{
background-color: #CB28EF;
}
.BgClassName
{
background-color: #CB28EF;
}
</style>
border-color css
<style>
span { border-color: #CB28EF; }
span { border-color: rgb(203,40,239); }
td.TdClassName
{
border-color: #CB28EF;
}
.TagClassName
{
border-color: #CB28EF;
}
</style>