Shades of Dark Violet #7306CF
Tints of Dark Violet #7306CF
RGB
CMYK
RGB Variations
Color information
#7306CF (or 0x7306CF) is known color: Dark Violet. HEX triplet: 73, 06 and CF. RGB value is (115,6,207). Sum of RGB (Red+Green+Blue) = 115+6+207=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #7306CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7306CF is #8CF930. Grayscale: #3C3C3C. Windows color (decimal): -9238833 or 13567603. OLE color: 13567603.
HSL color Cylindrical-coordinate representation of color #7306CF: hue angle of 272.54º degrees, saturation: 0.94, 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 #7306CF is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 6 | 207 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.19 |
| HSL | 272.54º | 0.94% | 0.42% | - |
| HSV(B) | 272.54º | 0.97% | 0.81% | - |
| XYZ | 18.4 | 8.28 | 59.66 | - |
| YUV | 61.51 | 210.11 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 207 | 0.44 | 0.97 | 0 | 0.19 | 272.54 | 0.94 | 0.42 |
| Hex | 73 | 6 | CF | 2C | 61 | 0 | 13 | 111 | 5E | 2A |
| Octal | 163 | 6 | 317 | 54 | 141 | 0 | 23 | 421 | 136 | 52 |
| Binary | 1110011 | 110 | 11001111 | 101100 | 1100001 | 0 | 10011 | 100010001 | 1011110 | 101010 |
Color Harmonies of #7306CF
Complementary color
Monochromatic Colors of #7306CF
Black with #7306CF
Text Example
Text Example
White with #7306CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7306CF; }
p { color: rgb(115,6,207); }
H1.HeaderClassName
{
color: #7306CF;
}
.AnyTagClassName
{
color: #7306CF;
}
</style>
background-color css
<style>
a { background-color: #7306CF; }
a { background-color: rgb(115,6,207); }
div.DivClassName
{
background-color: #7306CF;
}
.BgClassName
{
background-color: #7306CF;
}
</style>
border-color css
<style>
span { border-color: #7306CF; }
span { border-color: rgb(115,6,207); }
td.TdClassName
{
border-color: #7306CF;
}
.TagClassName
{
border-color: #7306CF;
}
</style>