Shades of Electric Purple #C31BEB
Tints of Electric Purple #C31BEB
RGB
CMYK
RGB Variations
Color information
#C31BEB (or 0xC31BEB) is known color: Electric Purple. HEX triplet: C3, 1B and EB. RGB value is (195,27,235). Sum of RGB (Red+Green+Blue) = 195+27+235=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #C31BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31BEB is #3CE414. Grayscale: #646464. Windows color (decimal): -3990549 or 15408067. OLE color: 15408067.
HSL color Cylindrical-coordinate representation of color #C31BEB: hue angle of 288.46º 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 #C31BEB is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 27 | 235 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.08 |
| HSL | 288.46º | 0.84% | 0.51% | - |
| HSV(B) | 288.46º | 0.89% | 0.92% | - |
| XYZ | 37.89 | 18.38 | 80.15 | - |
| YUV | 100.94 | 203.66 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 235 | 0.17 | 0.89 | 0 | 0.08 | 288.46 | 0.84 | 0.51 |
| Hex | C3 | 1B | EB | 11 | 59 | 0 | 8 | 120 | 54 | 33 |
| Octal | 303 | 33 | 353 | 21 | 131 | 0 | 10 | 440 | 124 | 63 |
| Binary | 11000011 | 11011 | 11101011 | 10001 | 1011001 | 0 | 1000 | 100100000 | 1010100 | 110011 |
Color Harmonies of #C31BEB
Complementary color
Monochromatic Colors of #C31BEB
Black with #C31BEB
Text Example
Text Example
White with #C31BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BEB; }
p { color: rgb(195,27,235); }
H1.HeaderClassName
{
color: #C31BEB;
}
.AnyTagClassName
{
color: #C31BEB;
}
</style>
background-color css
<style>
a { background-color: #C31BEB; }
a { background-color: rgb(195,27,235); }
div.DivClassName
{
background-color: #C31BEB;
}
.BgClassName
{
background-color: #C31BEB;
}
</style>
border-color css
<style>
span { border-color: #C31BEB; }
span { border-color: rgb(195,27,235); }
td.TdClassName
{
border-color: #C31BEB;
}
.TagClassName
{
border-color: #C31BEB;
}
</style>