Shades of Electric Purple #CB27F1
Tints of Electric Purple #CB27F1
RGB
CMYK
RGB Variations
Color information
#CB27F1 (or 0xCB27F1) is known color: Electric Purple. HEX triplet: CB, 27 and F1. RGB value is (203,39,241). Sum of RGB (Red+Green+Blue) = 203+39+241=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB27F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB27F1 is #34D80E. Grayscale: #6E6E6E. Windows color (decimal): -3463183 or 15804363. OLE color: 15804363.
HSL color Cylindrical-coordinate representation of color #CB27F1: hue angle of 288.71º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB27F1 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 39 | 241 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.05 |
| HSL | 288.71º | 0.88% | 0.55% | - |
| HSV(B) | 288.71º | 0.84% | 0.95% | - |
| XYZ | 41.23 | 20.5 | 85 | - |
| YUV | 111.06 | 201.33 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 241 | 0.16 | 0.84 | 0 | 0.05 | 288.71 | 0.88 | 0.55 |
| Hex | CB | 27 | F1 | 10 | 54 | 0 | 5 | 121 | 58 | 37 |
| Octal | 313 | 47 | 361 | 20 | 124 | 0 | 5 | 441 | 130 | 67 |
| Binary | 11001011 | 100111 | 11110001 | 10000 | 1010100 | 0 | 101 | 100100001 | 1011000 | 110111 |
Color Harmonies of #CB27F1
Complementary color
Monochromatic Colors of #CB27F1
Black with #CB27F1
Text Example
Text Example
White with #CB27F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27F1; }
p { color: rgb(203,39,241); }
H1.HeaderClassName
{
color: #CB27F1;
}
.AnyTagClassName
{
color: #CB27F1;
}
</style>
background-color css
<style>
a { background-color: #CB27F1; }
a { background-color: rgb(203,39,241); }
div.DivClassName
{
background-color: #CB27F1;
}
.BgClassName
{
background-color: #CB27F1;
}
</style>
border-color css
<style>
span { border-color: #CB27F1; }
span { border-color: rgb(203,39,241); }
td.TdClassName
{
border-color: #CB27F1;
}
.TagClassName
{
border-color: #CB27F1;
}
</style>