Shades of Dark Violet #7306B7
Tints of Dark Violet #7306B7
RGB
CMYK
RGB Variations
Color information
#7306B7 (or 0x7306B7) is known color: Dark Violet. HEX triplet: 73, 06 and B7. RGB value is (115,6,183). Sum of RGB (Red+Green+Blue) = 115+6+183=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 183 (71.88% from 255 or 60.20% from 304); Max value from RGB is 183 - color contains mainly: blue. Hex color #7306B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7306B7 is #8CF948. Grayscale: #3A3A3A. Windows color (decimal): -9238857 or 11994739. OLE color: 11994739.
HSL color Cylindrical-coordinate representation of color #7306B7: hue angle of 276.95º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7306B7 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 6 | 183 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.28 |
| HSL | 276.95º | 0.94% | 0.37% | - |
| HSV(B) | 276.95º | 0.97% | 0.72% | - |
| XYZ | 15.68 | 7.19 | 45.36 | - |
| YUV | 58.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 183 | 0.37 | 0.97 | 0 | 0.28 | 276.95 | 0.94 | 0.37 |
| Hex | 73 | 6 | B7 | 25 | 61 | 0 | 1C | 115 | 5E | 25 |
| Octal | 163 | 6 | 267 | 45 | 141 | 0 | 34 | 425 | 136 | 45 |
| Binary | 1110011 | 110 | 10110111 | 100101 | 1100001 | 0 | 11100 | 100010101 | 1011110 | 100101 |
Color Harmonies of #7306B7
Complementary color
Monochromatic Colors of #7306B7
Black with #7306B7
Text Example
Text Example
White with #7306B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7306B7; }
p { color: rgb(115,6,183); }
H1.HeaderClassName
{
color: #7306B7;
}
.AnyTagClassName
{
color: #7306B7;
}
</style>
background-color css
<style>
a { background-color: #7306B7; }
a { background-color: rgb(115,6,183); }
div.DivClassName
{
background-color: #7306B7;
}
.BgClassName
{
background-color: #7306B7;
}
</style>
border-color css
<style>
span { border-color: #7306B7; }
span { border-color: rgb(115,6,183); }
td.TdClassName
{
border-color: #7306B7;
}
.TagClassName
{
border-color: #7306B7;
}
</style>