Shades of Electric Purple #CB00F7
Tints of Electric Purple #CB00F7
RGB
CMYK
RGB Variations
Color information
#CB00F7 (or 0xCB00F7) is known color: Electric Purple. HEX triplet: CB, 00 and F7. RGB value is (203,0,247). Sum of RGB (Red+Green+Blue) = 203+0+247=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB00F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00F7 is #34FF08. Grayscale: #585858. Windows color (decimal): -3473161 or 16187595. OLE color: 16187595.
HSL color Cylindrical-coordinate representation of color #CB00F7: hue angle of 289.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00F7 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 0 | 247 | - |
| CMYK | 0.18 | 1 | 0 | 0.03 |
| HSL | 289.31º | 1% | 0.48% | - |
| HSV(B) | 289.31º | 1% | 0.97% | - |
| XYZ | 41.42 | 19.41 | 89.56 | - |
| YUV | 88.86 | 217.25 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 247 | 0.18 | 1 | 0 | 0.03 | 289.31 | 1 | 0.48 |
| Hex | CB | 0 | F7 | 12 | 64 | 0 | 3 | 121 | 64 | 30 |
| Octal | 313 | 0 | 367 | 22 | 144 | 0 | 3 | 441 | 144 | 60 |
| Binary | 11001011 | 0 | 11110111 | 10010 | 1100100 | 0 | 11 | 100100001 | 1100100 | 110000 |
Color Harmonies of #CB00F7
Complementary color
Monochromatic Colors of #CB00F7
Black with #CB00F7
Text Example
Text Example
White with #CB00F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00F7; }
p { color: rgb(203,0,247); }
H1.HeaderClassName
{
color: #CB00F7;
}
.AnyTagClassName
{
color: #CB00F7;
}
</style>
background-color css
<style>
a { background-color: #CB00F7; }
a { background-color: rgb(203,0,247); }
div.DivClassName
{
background-color: #CB00F7;
}
.BgClassName
{
background-color: #CB00F7;
}
</style>
border-color css
<style>
span { border-color: #CB00F7; }
span { border-color: rgb(203,0,247); }
td.TdClassName
{
border-color: #CB00F7;
}
.TagClassName
{
border-color: #CB00F7;
}
</style>