Shades of Electric Purple #C307E7
Tints of Electric Purple #C307E7
RGB
CMYK
RGB Variations
Color information
#C307E7 (or 0xC307E7) is known color: Electric Purple. HEX triplet: C3, 07 and E7. RGB value is (195,7,231). Sum of RGB (Red+Green+Blue) = 195+7+231=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #C307E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C307E7 is #3CF818. Grayscale: #585858. Windows color (decimal): -3995673 or 15140803. OLE color: 15140803.
HSL color Cylindrical-coordinate representation of color #C307E7: hue angle of 290.36º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C307E7 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 7 | 231 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.09 |
| HSL | 290.36º | 0.94% | 0.47% | - |
| HSV(B) | 290.36º | 0.97% | 0.91% | - |
| XYZ | 37.01 | 17.52 | 77.03 | - |
| YUV | 88.75 | 208.28 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 231 | 0.16 | 0.97 | 0 | 0.09 | 290.36 | 0.94 | 0.47 |
| Hex | C3 | 7 | E7 | 10 | 61 | 0 | 9 | 122 | 5E | 2F |
| Octal | 303 | 7 | 347 | 20 | 141 | 0 | 11 | 442 | 136 | 57 |
| Binary | 11000011 | 111 | 11100111 | 10000 | 1100001 | 0 | 1001 | 100100010 | 1011110 | 101111 |
Color Harmonies of #C307E7
Complementary color
Monochromatic Colors of #C307E7
Black with #C307E7
Text Example
Text Example
White with #C307E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307E7; }
p { color: rgb(195,7,231); }
H1.HeaderClassName
{
color: #C307E7;
}
.AnyTagClassName
{
color: #C307E7;
}
</style>
background-color css
<style>
a { background-color: #C307E7; }
a { background-color: rgb(195,7,231); }
div.DivClassName
{
background-color: #C307E7;
}
.BgClassName
{
background-color: #C307E7;
}
</style>
border-color css
<style>
span { border-color: #C307E7; }
span { border-color: rgb(195,7,231); }
td.TdClassName
{
border-color: #C307E7;
}
.TagClassName
{
border-color: #C307E7;
}
</style>