Shades of Electric Purple #CB28EB
Tints of Electric Purple #CB28EB
RGB
CMYK
RGB Variations
Color information
#CB28EB (or 0xCB28EB) is known color: Electric Purple. HEX triplet: CB, 28 and EB. RGB value is (203,40,235). Sum of RGB (Red+Green+Blue) = 203+40+235=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB28EB is #34D714. Grayscale: #6E6E6E. Windows color (decimal): -3462933 or 15411403. OLE color: 15411403.
HSL color Cylindrical-coordinate representation of color #CB28EB: hue angle of 290.15º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB28EB is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 40 | 235 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.08 |
| HSL | 290.15º | 0.83% | 0.54% | - |
| HSV(B) | 290.15º | 0.83% | 0.92% | - |
| XYZ | 40.38 | 20.21 | 80.37 | - |
| YUV | 110.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 235 | 0.14 | 0.83 | 0 | 0.08 | 290.15 | 0.83 | 0.54 |
| Hex | CB | 28 | EB | E | 53 | 0 | 8 | 122 | 53 | 36 |
| Octal | 313 | 50 | 353 | 16 | 123 | 0 | 10 | 442 | 123 | 66 |
| Binary | 11001011 | 101000 | 11101011 | 1110 | 1010011 | 0 | 1000 | 100100010 | 1010011 | 110110 |
Color Harmonies of #CB28EB
Complementary color
Monochromatic Colors of #CB28EB
Black with #CB28EB
Text Example
Text Example
White with #CB28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28EB; }
p { color: rgb(203,40,235); }
H1.HeaderClassName
{
color: #CB28EB;
}
.AnyTagClassName
{
color: #CB28EB;
}
</style>
background-color css
<style>
a { background-color: #CB28EB; }
a { background-color: rgb(203,40,235); }
div.DivClassName
{
background-color: #CB28EB;
}
.BgClassName
{
background-color: #CB28EB;
}
</style>
border-color css
<style>
span { border-color: #CB28EB; }
span { border-color: rgb(203,40,235); }
td.TdClassName
{
border-color: #CB28EB;
}
.TagClassName
{
border-color: #CB28EB;
}
</style>