Shades of Electric Purple #CB27F4
Tints of Electric Purple #CB27F4
RGB
CMYK
RGB Variations
Color information
#CB27F4 (or 0xCB27F4) is known color: Electric Purple. HEX triplet: CB, 27 and F4. RGB value is (203,39,244). Sum of RGB (Red+Green+Blue) = 203+39+244=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB27F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB27F4 is #34D80B. Grayscale: #6E6E6E. Windows color (decimal): -3463180 or 16000971. OLE color: 16000971.
HSL color Cylindrical-coordinate representation of color #CB27F4: hue angle of 288º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB27F4 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 39 | 244 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.04 |
| HSL | 288º | 0.9% | 0.55% | - |
| HSV(B) | 288º | 0.84% | 0.96% | - |
| XYZ | 41.68 | 20.68 | 87.38 | - |
| YUV | 111.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 244 | 0.17 | 0.84 | 0 | 0.04 | 288 | 0.9 | 0.55 |
| Hex | CB | 27 | F4 | 11 | 54 | 0 | 4 | 120 | 5A | 37 |
| Octal | 313 | 47 | 364 | 21 | 124 | 0 | 4 | 440 | 132 | 67 |
| Binary | 11001011 | 100111 | 11110100 | 10001 | 1010100 | 0 | 100 | 100100000 | 1011010 | 110111 |
Color Harmonies of #CB27F4
Complementary color
Monochromatic Colors of #CB27F4
Black with #CB27F4
Text Example
Text Example
White with #CB27F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27F4; }
p { color: rgb(203,39,244); }
H1.HeaderClassName
{
color: #CB27F4;
}
.AnyTagClassName
{
color: #CB27F4;
}
</style>
background-color css
<style>
a { background-color: #CB27F4; }
a { background-color: rgb(203,39,244); }
div.DivClassName
{
background-color: #CB27F4;
}
.BgClassName
{
background-color: #CB27F4;
}
</style>
border-color css
<style>
span { border-color: #CB27F4; }
span { border-color: rgb(203,39,244); }
td.TdClassName
{
border-color: #CB27F4;
}
.TagClassName
{
border-color: #CB27F4;
}
</style>