Shades of Dark Violet #7308CF
Tints of Dark Violet #7308CF
RGB
CMYK
RGB Variations
Color information
#7308CF (or 0x7308CF) is known color: Dark Violet. HEX triplet: 73, 08 and CF. RGB value is (115,8,207). Sum of RGB (Red+Green+Blue) = 115+8+207=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #7308CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7308CF is #8CF730. Grayscale: #3D3D3D. Windows color (decimal): -9238321 or 13568115. OLE color: 13568115.
HSL color Cylindrical-coordinate representation of color #7308CF: hue angle of 272.26º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7308CF is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 8 | 207 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.19 |
| HSL | 272.26º | 0.93% | 0.42% | - |
| HSV(B) | 272.26º | 0.96% | 0.81% | - |
| XYZ | 18.42 | 8.32 | 59.67 | - |
| YUV | 62.68 | 209.45 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 207 | 0.44 | 0.96 | 0 | 0.19 | 272.26 | 0.93 | 0.42 |
| Hex | 73 | 8 | CF | 2C | 60 | 0 | 13 | 110 | 5D | 2A |
| Octal | 163 | 10 | 317 | 54 | 140 | 0 | 23 | 420 | 135 | 52 |
| Binary | 1110011 | 1000 | 11001111 | 101100 | 1100000 | 0 | 10011 | 100010000 | 1011101 | 101010 |
Color Harmonies of #7308CF
Complementary color
Monochromatic Colors of #7308CF
Black with #7308CF
Text Example
Text Example
White with #7308CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7308CF; }
p { color: rgb(115,8,207); }
H1.HeaderClassName
{
color: #7308CF;
}
.AnyTagClassName
{
color: #7308CF;
}
</style>
background-color css
<style>
a { background-color: #7308CF; }
a { background-color: rgb(115,8,207); }
div.DivClassName
{
background-color: #7308CF;
}
.BgClassName
{
background-color: #7308CF;
}
</style>
border-color css
<style>
span { border-color: #7308CF; }
span { border-color: rgb(115,8,207); }
td.TdClassName
{
border-color: #7308CF;
}
.TagClassName
{
border-color: #7308CF;
}
</style>