Shades of Electric Purple #CB05F7
Tints of Electric Purple #CB05F7
RGB
CMYK
RGB Variations
Color information
#CB05F7 (or 0xCB05F7) is known color: Electric Purple. HEX triplet: CB, 05 and F7. RGB value is (203,5,247). Sum of RGB (Red+Green+Blue) = 203+5+247=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB05F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB05F7 is #34FA08. Grayscale: #5B5B5B. Windows color (decimal): -3471881 or 16188875. OLE color: 16188875.
HSL color Cylindrical-coordinate representation of color #CB05F7: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05F7 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 5 | 247 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.03 |
| HSL | 289.09º | 0.96% | 0.49% | - |
| HSV(B) | 289.09º | 0.98% | 0.97% | - |
| XYZ | 41.47 | 19.52 | 89.58 | - |
| YUV | 91.79 | 215.6 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 247 | 0.18 | 0.98 | 0 | 0.03 | 289.09 | 0.96 | 0.49 |
| Hex | CB | 5 | F7 | 12 | 62 | 0 | 3 | 121 | 60 | 31 |
| Octal | 313 | 5 | 367 | 22 | 142 | 0 | 3 | 441 | 140 | 61 |
| Binary | 11001011 | 101 | 11110111 | 10010 | 1100010 | 0 | 11 | 100100001 | 1100000 | 110001 |
Color Harmonies of #CB05F7
Complementary color
Monochromatic Colors of #CB05F7
Black with #CB05F7
Text Example
Text Example
White with #CB05F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05F7; }
p { color: rgb(203,5,247); }
H1.HeaderClassName
{
color: #CB05F7;
}
.AnyTagClassName
{
color: #CB05F7;
}
</style>
background-color css
<style>
a { background-color: #CB05F7; }
a { background-color: rgb(203,5,247); }
div.DivClassName
{
background-color: #CB05F7;
}
.BgClassName
{
background-color: #CB05F7;
}
</style>
border-color css
<style>
span { border-color: #CB05F7; }
span { border-color: rgb(203,5,247); }
td.TdClassName
{
border-color: #CB05F7;
}
.TagClassName
{
border-color: #CB05F7;
}
</style>