Shades of Electric Purple #CB27FF
Tints of Electric Purple #CB27FF
RGB
CMYK
RGB Variations
Color information
#CB27FF (or 0xCB27FF) is known color: Electric Purple. HEX triplet: CB, 27 and FF. RGB value is (203,39,255). Sum of RGB (Red+Green+Blue) = 203+39+255=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB27FF is #34D800. Grayscale: #6F6F6F. Windows color (decimal): -3463169 or 16721867. OLE color: 16721867.
HSL color Cylindrical-coordinate representation of color #CB27FF: hue angle of 285.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB27FF is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 39 | 255 | - |
| CMYK | 0.20 | 0.85 | 0 | 0 |
| HSL | 285.56º | 1% | 0.58% | - |
| HSV(B) | 285.56º | 0.85% | 1% | - |
| XYZ | 43.4 | 21.37 | 96.44 | - |
| YUV | 112.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 255 | 0.20 | 0.85 | 0 | 0 | 285.56 | 1 | 0.58 |
| Hex | CB | 27 | FF | 14 | 55 | 0 | 0 | 11E | 64 | 3A |
| Octal | 313 | 47 | 377 | 24 | 125 | 0 | 0 | 436 | 144 | 72 |
| Binary | 11001011 | 100111 | 11111111 | 10100 | 1010101 | 0 | 0 | 100011110 | 1100100 | 111010 |
Color Harmonies of #CB27FF
Complementary color
Monochromatic Colors of #CB27FF
Black with #CB27FF
Text Example
Text Example
White with #CB27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27FF; }
p { color: rgb(203,39,255); }
H1.HeaderClassName
{
color: #CB27FF;
}
.AnyTagClassName
{
color: #CB27FF;
}
</style>
background-color css
<style>
a { background-color: #CB27FF; }
a { background-color: rgb(203,39,255); }
div.DivClassName
{
background-color: #CB27FF;
}
.BgClassName
{
background-color: #CB27FF;
}
</style>
border-color css
<style>
span { border-color: #CB27FF; }
span { border-color: rgb(203,39,255); }
td.TdClassName
{
border-color: #CB27FF;
}
.TagClassName
{
border-color: #CB27FF;
}
</style>