Shades of Electric Purple #C30BE7
Tints of Electric Purple #C30BE7
RGB
CMYK
RGB Variations
Color information
#C30BE7 (or 0xC30BE7) is known color: Electric Purple. HEX triplet: C3, 0B and E7. RGB value is (195,11,231). Sum of RGB (Red+Green+Blue) = 195+11+231=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #C30BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BE7 is #3CF418. Grayscale: #5A5A5A. Windows color (decimal): -3994649 or 15141827. OLE color: 15141827.
HSL color Cylindrical-coordinate representation of color #C30BE7: hue angle of 290.18º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30BE7 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 11 | 231 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.09 |
| HSL | 290.18º | 0.91% | 0.47% | - |
| HSV(B) | 290.18º | 0.95% | 0.91% | - |
| XYZ | 37.05 | 17.61 | 77.05 | - |
| YUV | 91.1 | 206.96 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 231 | 0.16 | 0.95 | 0 | 0.09 | 290.18 | 0.91 | 0.47 |
| Hex | C3 | B | E7 | 10 | 5F | 0 | 9 | 122 | 5B | 2F |
| Octal | 303 | 13 | 347 | 20 | 137 | 0 | 11 | 442 | 133 | 57 |
| Binary | 11000011 | 1011 | 11100111 | 10000 | 1011111 | 0 | 1001 | 100100010 | 1011011 | 101111 |
Color Harmonies of #C30BE7
Complementary color
Monochromatic Colors of #C30BE7
Black with #C30BE7
Text Example
Text Example
White with #C30BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BE7; }
p { color: rgb(195,11,231); }
H1.HeaderClassName
{
color: #C30BE7;
}
.AnyTagClassName
{
color: #C30BE7;
}
</style>
background-color css
<style>
a { background-color: #C30BE7; }
a { background-color: rgb(195,11,231); }
div.DivClassName
{
background-color: #C30BE7;
}
.BgClassName
{
background-color: #C30BE7;
}
</style>
border-color css
<style>
span { border-color: #C30BE7; }
span { border-color: rgb(195,11,231); }
td.TdClassName
{
border-color: #C30BE7;
}
.TagClassName
{
border-color: #C30BE7;
}
</style>