Shades of Electric Purple #C31AEB
Tints of Electric Purple #C31AEB
RGB
CMYK
RGB Variations
Color information
#C31AEB (or 0xC31AEB) is known color: Electric Purple. HEX triplet: C3, 1A and EB. RGB value is (195,26,235). Sum of RGB (Red+Green+Blue) = 195+26+235=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #C31AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31AEB is #3CE514. Grayscale: #636363. Windows color (decimal): -3990805 or 15407811. OLE color: 15407811.
HSL color Cylindrical-coordinate representation of color #C31AEB: hue angle of 288.52º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31AEB is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 26 | 235 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.08 |
| HSL | 288.52º | 0.84% | 0.51% | - |
| HSV(B) | 288.52º | 0.89% | 0.92% | - |
| XYZ | 37.87 | 18.34 | 80.14 | - |
| YUV | 100.36 | 203.99 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 235 | 0.17 | 0.89 | 0 | 0.08 | 288.52 | 0.84 | 0.51 |
| Hex | C3 | 1A | EB | 11 | 59 | 0 | 8 | 121 | 54 | 33 |
| Octal | 303 | 32 | 353 | 21 | 131 | 0 | 10 | 441 | 124 | 63 |
| Binary | 11000011 | 11010 | 11101011 | 10001 | 1011001 | 0 | 1000 | 100100001 | 1010100 | 110011 |
Color Harmonies of #C31AEB
Complementary color
Monochromatic Colors of #C31AEB
Black with #C31AEB
Text Example
Text Example
White with #C31AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AEB; }
p { color: rgb(195,26,235); }
H1.HeaderClassName
{
color: #C31AEB;
}
.AnyTagClassName
{
color: #C31AEB;
}
</style>
background-color css
<style>
a { background-color: #C31AEB; }
a { background-color: rgb(195,26,235); }
div.DivClassName
{
background-color: #C31AEB;
}
.BgClassName
{
background-color: #C31AEB;
}
</style>
border-color css
<style>
span { border-color: #C31AEB; }
span { border-color: rgb(195,26,235); }
td.TdClassName
{
border-color: #C31AEB;
}
.TagClassName
{
border-color: #C31AEB;
}
</style>