Shades of Electric Purple #CB27EF
Tints of Electric Purple #CB27EF
RGB
CMYK
RGB Variations
Color information
#CB27EF (or 0xCB27EF) is known color: Electric Purple. HEX triplet: CB, 27 and EF. RGB value is (203,39,239). Sum of RGB (Red+Green+Blue) = 203+39+239=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB27EF is #34D810. Grayscale: #6E6E6E. Windows color (decimal): -3463185 or 15673291. OLE color: 15673291.
HSL color Cylindrical-coordinate representation of color #CB27EF: hue angle of 289.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB27EF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 39 | 239 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.06 |
| HSL | 289.2º | 0.86% | 0.55% | - |
| HSV(B) | 289.2º | 0.84% | 0.94% | - |
| XYZ | 40.93 | 20.38 | 83.44 | - |
| YUV | 110.84 | 200.33 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 239 | 0.15 | 0.84 | 0 | 0.06 | 289.2 | 0.86 | 0.55 |
| Hex | CB | 27 | EF | F | 54 | 0 | 6 | 121 | 56 | 37 |
| Octal | 313 | 47 | 357 | 17 | 124 | 0 | 6 | 441 | 126 | 67 |
| Binary | 11001011 | 100111 | 11101111 | 1111 | 1010100 | 0 | 110 | 100100001 | 1010110 | 110111 |
Color Harmonies of #CB27EF
Complementary color
Monochromatic Colors of #CB27EF
Black with #CB27EF
Text Example
Text Example
White with #CB27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27EF; }
p { color: rgb(203,39,239); }
H1.HeaderClassName
{
color: #CB27EF;
}
.AnyTagClassName
{
color: #CB27EF;
}
</style>
background-color css
<style>
a { background-color: #CB27EF; }
a { background-color: rgb(203,39,239); }
div.DivClassName
{
background-color: #CB27EF;
}
.BgClassName
{
background-color: #CB27EF;
}
</style>
border-color css
<style>
span { border-color: #CB27EF; }
span { border-color: rgb(203,39,239); }
td.TdClassName
{
border-color: #CB27EF;
}
.TagClassName
{
border-color: #CB27EF;
}
</style>