Shades of Electric Purple #CB2AED
Tints of Electric Purple #CB2AED
RGB
CMYK
RGB Variations
Color information
#CB2AED (or 0xCB2AED) is known color: Electric Purple. HEX triplet: CB, 2A and ED. RGB value is (203,42,237). Sum of RGB (Red+Green+Blue) = 203+42+237=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB2AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2AED is #34D512. Grayscale: #6F6F6F. Windows color (decimal): -3462419 or 15542987. OLE color: 15542987.
HSL color Cylindrical-coordinate representation of color #CB2AED: hue angle of 289.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2AED is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 42 | 237 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.07 |
| HSL | 289.54º | 0.84% | 0.55% | - |
| HSV(B) | 289.54º | 0.82% | 0.93% | - |
| XYZ | 40.74 | 20.47 | 81.92 | - |
| YUV | 112.37 | 198.34 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 237 | 0.14 | 0.82 | 0 | 0.07 | 289.54 | 0.84 | 0.55 |
| Hex | CB | 2A | ED | E | 52 | 0 | 7 | 122 | 54 | 37 |
| Octal | 313 | 52 | 355 | 16 | 122 | 0 | 7 | 442 | 124 | 67 |
| Binary | 11001011 | 101010 | 11101101 | 1110 | 1010010 | 0 | 111 | 100100010 | 1010100 | 110111 |
Color Harmonies of #CB2AED
Complementary color
Monochromatic Colors of #CB2AED
Black with #CB2AED
Text Example
Text Example
White with #CB2AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2AED; }
p { color: rgb(203,42,237); }
H1.HeaderClassName
{
color: #CB2AED;
}
.AnyTagClassName
{
color: #CB2AED;
}
</style>
background-color css
<style>
a { background-color: #CB2AED; }
a { background-color: rgb(203,42,237); }
div.DivClassName
{
background-color: #CB2AED;
}
.BgClassName
{
background-color: #CB2AED;
}
</style>
border-color css
<style>
span { border-color: #CB2AED; }
span { border-color: rgb(203,42,237); }
td.TdClassName
{
border-color: #CB2AED;
}
.TagClassName
{
border-color: #CB2AED;
}
</style>