Shades of Electric Purple #CB07F4
Tints of Electric Purple #CB07F4
RGB
CMYK
RGB Variations
Color information
#CB07F4 (or 0xCB07F4) is known color: Electric Purple. HEX triplet: CB, 07 and F4. RGB value is (203,7,244). Sum of RGB (Red+Green+Blue) = 203+7+244=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB07F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB07F4 is #34F80B. Grayscale: #5B5B5B. Windows color (decimal): -3471372 or 15992779. OLE color: 15992779.
HSL color Cylindrical-coordinate representation of color #CB07F4: hue angle of 289.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB07F4 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 7 | 244 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.04 |
| HSL | 289.62º | 0.94% | 0.49% | - |
| HSV(B) | 289.62º | 0.97% | 0.96% | - |
| XYZ | 41.03 | 19.38 | 87.17 | - |
| YUV | 92.62 | 213.43 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 244 | 0.17 | 0.97 | 0 | 0.04 | 289.62 | 0.94 | 0.49 |
| Hex | CB | 7 | F4 | 11 | 61 | 0 | 4 | 122 | 5E | 31 |
| Octal | 313 | 7 | 364 | 21 | 141 | 0 | 4 | 442 | 136 | 61 |
| Binary | 11001011 | 111 | 11110100 | 10001 | 1100001 | 0 | 100 | 100100010 | 1011110 | 110001 |
Color Harmonies of #CB07F4
Complementary color
Monochromatic Colors of #CB07F4
Black with #CB07F4
Text Example
Text Example
White with #CB07F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07F4; }
p { color: rgb(203,7,244); }
H1.HeaderClassName
{
color: #CB07F4;
}
.AnyTagClassName
{
color: #CB07F4;
}
</style>
background-color css
<style>
a { background-color: #CB07F4; }
a { background-color: rgb(203,7,244); }
div.DivClassName
{
background-color: #CB07F4;
}
.BgClassName
{
background-color: #CB07F4;
}
</style>
border-color css
<style>
span { border-color: #CB07F4; }
span { border-color: rgb(203,7,244); }
td.TdClassName
{
border-color: #CB07F4;
}
.TagClassName
{
border-color: #CB07F4;
}
</style>