Shades of Electric Purple #CB15F4
Tints of Electric Purple #CB15F4
RGB
CMYK
RGB Variations
Color information
#CB15F4 (or 0xCB15F4) is known color: Electric Purple. HEX triplet: CB, 15 and F4. RGB value is (203,21,244). Sum of RGB (Red+Green+Blue) = 203+21+244=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB15F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15F4 is #34EA0B. Grayscale: #646464. Windows color (decimal): -3467788 or 15996363. OLE color: 15996363.
HSL color Cylindrical-coordinate representation of color #CB15F4: hue angle of 288.97º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15F4 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 21 | 244 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.04 |
| HSL | 288.97º | 0.91% | 0.52% | - |
| HSV(B) | 288.97º | 0.91% | 0.96% | - |
| XYZ | 41.23 | 19.76 | 87.23 | - |
| YUV | 100.84 | 208.8 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 244 | 0.17 | 0.91 | 0 | 0.04 | 288.97 | 0.91 | 0.52 |
| Hex | CB | 15 | F4 | 11 | 5B | 0 | 4 | 121 | 5B | 34 |
| Octal | 313 | 25 | 364 | 21 | 133 | 0 | 4 | 441 | 133 | 64 |
| Binary | 11001011 | 10101 | 11110100 | 10001 | 1011011 | 0 | 100 | 100100001 | 1011011 | 110100 |
Color Harmonies of #CB15F4
Complementary color
Monochromatic Colors of #CB15F4
Black with #CB15F4
Text Example
Text Example
White with #CB15F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15F4; }
p { color: rgb(203,21,244); }
H1.HeaderClassName
{
color: #CB15F4;
}
.AnyTagClassName
{
color: #CB15F4;
}
</style>
background-color css
<style>
a { background-color: #CB15F4; }
a { background-color: rgb(203,21,244); }
div.DivClassName
{
background-color: #CB15F4;
}
.BgClassName
{
background-color: #CB15F4;
}
</style>
border-color css
<style>
span { border-color: #CB15F4; }
span { border-color: rgb(203,21,244); }
td.TdClassName
{
border-color: #CB15F4;
}
.TagClassName
{
border-color: #CB15F4;
}
</style>