Shades of Electric Purple #CB23E7
Tints of Electric Purple #CB23E7
RGB
CMYK
RGB Variations
Color information
#CB23E7 (or 0xCB23E7) is known color: Electric Purple. HEX triplet: CB, 23 and E7. RGB value is (203,35,231). Sum of RGB (Red+Green+Blue) = 203+35+231=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB23E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23E7 is #34DC18. Grayscale: #6A6A6A. Windows color (decimal): -3464217 or 15147979. OLE color: 15147979.
HSL color Cylindrical-coordinate representation of color #CB23E7: hue angle of 291.43º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB23E7 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 35 | 231 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.09 |
| HSL | 291.43º | 0.8% | 0.52% | - |
| HSV(B) | 291.43º | 0.85% | 0.91% | - |
| XYZ | 39.65 | 19.67 | 77.31 | - |
| YUV | 107.58 | 197.66 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 231 | 0.12 | 0.85 | 0 | 0.09 | 291.43 | 0.8 | 0.52 |
| Hex | CB | 23 | E7 | C | 55 | 0 | 9 | 123 | 50 | 34 |
| Octal | 313 | 43 | 347 | 14 | 125 | 0 | 11 | 443 | 120 | 64 |
| Binary | 11001011 | 100011 | 11100111 | 1100 | 1010101 | 0 | 1001 | 100100011 | 1010000 | 110100 |
Color Harmonies of #CB23E7
Complementary color
Monochromatic Colors of #CB23E7
Black with #CB23E7
Text Example
Text Example
White with #CB23E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23E7; }
p { color: rgb(203,35,231); }
H1.HeaderClassName
{
color: #CB23E7;
}
.AnyTagClassName
{
color: #CB23E7;
}
</style>
background-color css
<style>
a { background-color: #CB23E7; }
a { background-color: rgb(203,35,231); }
div.DivClassName
{
background-color: #CB23E7;
}
.BgClassName
{
background-color: #CB23E7;
}
</style>
border-color css
<style>
span { border-color: #CB23E7; }
span { border-color: rgb(203,35,231); }
td.TdClassName
{
border-color: #CB23E7;
}
.TagClassName
{
border-color: #CB23E7;
}
</style>