Shades of Electric Purple #CB1DF4
Tints of Electric Purple #CB1DF4
RGB
CMYK
RGB Variations
Color information
#CB1DF4 (or 0xCB1DF4) is known color: Electric Purple. HEX triplet: CB, 1D and F4. RGB value is (203,29,244). Sum of RGB (Red+Green+Blue) = 203+29+244=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 244 (95.70% from 255 or 51.26% from 476); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB1DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DF4 is #34E20B. Grayscale: #686868. Windows color (decimal): -3465740 or 15998411. OLE color: 15998411.
HSL color Cylindrical-coordinate representation of color #CB1DF4: hue angle of 288.56º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1DF4 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 29 | 244 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.04 |
| HSL | 288.56º | 0.91% | 0.54% | - |
| HSV(B) | 288.56º | 0.88% | 0.96% | - |
| XYZ | 41.4 | 20.11 | 87.29 | - |
| YUV | 105.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 244 | 0.17 | 0.88 | 0 | 0.04 | 288.56 | 0.91 | 0.54 |
| Hex | CB | 1D | F4 | 11 | 58 | 0 | 4 | 121 | 5B | 36 |
| Octal | 313 | 35 | 364 | 21 | 130 | 0 | 4 | 441 | 133 | 66 |
| Binary | 11001011 | 11101 | 11110100 | 10001 | 1011000 | 0 | 100 | 100100001 | 1011011 | 110110 |
Color Harmonies of #CB1DF4
Complementary color
Monochromatic Colors of #CB1DF4
Black with #CB1DF4
Text Example
Text Example
White with #CB1DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DF4; }
p { color: rgb(203,29,244); }
H1.HeaderClassName
{
color: #CB1DF4;
}
.AnyTagClassName
{
color: #CB1DF4;
}
</style>
background-color css
<style>
a { background-color: #CB1DF4; }
a { background-color: rgb(203,29,244); }
div.DivClassName
{
background-color: #CB1DF4;
}
.BgClassName
{
background-color: #CB1DF4;
}
</style>
border-color css
<style>
span { border-color: #CB1DF4; }
span { border-color: rgb(203,29,244); }
td.TdClassName
{
border-color: #CB1DF4;
}
.TagClassName
{
border-color: #CB1DF4;
}
</style>