Shades of Electric Purple #CB15E7
Tints of Electric Purple #CB15E7
RGB
CMYK
RGB Variations
Color information
#CB15E7 (or 0xCB15E7) is known color: Electric Purple. HEX triplet: CB, 15 and E7. RGB value is (203,21,231). Sum of RGB (Red+Green+Blue) = 203+21+231=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB15E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15E7 is #34EA18. Grayscale: #626262. Windows color (decimal): -3467801 or 15144395. OLE color: 15144395.
HSL color Cylindrical-coordinate representation of color #CB15E7: hue angle of 292º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15E7 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 21 | 231 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.09 |
| HSL | 292º | 0.83% | 0.49% | - |
| HSV(B) | 292º | 0.91% | 0.91% | - |
| XYZ | 39.32 | 19 | 77.2 | - |
| YUV | 99.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 231 | 0.12 | 0.91 | 0 | 0.09 | 292 | 0.83 | 0.49 |
| Hex | CB | 15 | E7 | C | 5B | 0 | 9 | 124 | 53 | 31 |
| Octal | 313 | 25 | 347 | 14 | 133 | 0 | 11 | 444 | 123 | 61 |
| Binary | 11001011 | 10101 | 11100111 | 1100 | 1011011 | 0 | 1001 | 100100100 | 1010011 | 110001 |
Color Harmonies of #CB15E7
Complementary color
Monochromatic Colors of #CB15E7
Black with #CB15E7
Text Example
Text Example
White with #CB15E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15E7; }
p { color: rgb(203,21,231); }
H1.HeaderClassName
{
color: #CB15E7;
}
.AnyTagClassName
{
color: #CB15E7;
}
</style>
background-color css
<style>
a { background-color: #CB15E7; }
a { background-color: rgb(203,21,231); }
div.DivClassName
{
background-color: #CB15E7;
}
.BgClassName
{
background-color: #CB15E7;
}
</style>
border-color css
<style>
span { border-color: #CB15E7; }
span { border-color: rgb(203,21,231); }
td.TdClassName
{
border-color: #CB15E7;
}
.TagClassName
{
border-color: #CB15E7;
}
</style>