Shades of Dark Violet #7307CE
Tints of Dark Violet #7307CE
RGB
CMYK
RGB Variations
Color information
#7307CE (or 0x7307CE) is known color: Dark Violet. HEX triplet: 73, 07 and CE. RGB value is (115,7,206). Sum of RGB (Red+Green+Blue) = 115+7+206=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #7307CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7307CE is #8CF831. Grayscale: #3D3D3D. Windows color (decimal): -9238578 or 13502323. OLE color: 13502323.
HSL color Cylindrical-coordinate representation of color #7307CE: hue angle of 272.56º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7307CE is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 7 | 206 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.19 |
| HSL | 272.56º | 0.93% | 0.42% | - |
| HSV(B) | 272.56º | 0.97% | 0.81% | - |
| XYZ | 18.29 | 8.25 | 59.02 | - |
| YUV | 61.98 | 209.28 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 206 | 0.44 | 0.97 | 0 | 0.19 | 272.56 | 0.93 | 0.42 |
| Hex | 73 | 7 | CE | 2C | 61 | 0 | 13 | 111 | 5D | 2A |
| Octal | 163 | 7 | 316 | 54 | 141 | 0 | 23 | 421 | 135 | 52 |
| Binary | 1110011 | 111 | 11001110 | 101100 | 1100001 | 0 | 10011 | 100010001 | 1011101 | 101010 |
Color Harmonies of #7307CE
Complementary color
Monochromatic Colors of #7307CE
Black with #7307CE
Text Example
Text Example
White with #7307CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7307CE; }
p { color: rgb(115,7,206); }
H1.HeaderClassName
{
color: #7307CE;
}
.AnyTagClassName
{
color: #7307CE;
}
</style>
background-color css
<style>
a { background-color: #7307CE; }
a { background-color: rgb(115,7,206); }
div.DivClassName
{
background-color: #7307CE;
}
.BgClassName
{
background-color: #7307CE;
}
</style>
border-color css
<style>
span { border-color: #7307CE; }
span { border-color: rgb(115,7,206); }
td.TdClassName
{
border-color: #7307CE;
}
.TagClassName
{
border-color: #7307CE;
}
</style>