Shades of Dark Violet #7309C6
Tints of Dark Violet #7309C6
RGB
CMYK
RGB Variations
Color information
#7309C6 (or 0x7309C6) is known color: Dark Violet. HEX triplet: 73, 09 and C6. RGB value is (115,9,198). Sum of RGB (Red+Green+Blue) = 115+9+198=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 198 (77.73% from 255 or 61.49% from 322); Max value from RGB is 198 - color contains mainly: blue. Hex color #7309C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7309C6 is #8CF639. Grayscale: #3D3D3D. Windows color (decimal): -9238074 or 12978547. OLE color: 12978547.
HSL color Cylindrical-coordinate representation of color #7309C6: hue angle of 273.65º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7309C6 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 9 | 198 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.22 |
| HSL | 273.65º | 0.91% | 0.41% | - |
| HSV(B) | 273.65º | 0.95% | 0.78% | - |
| XYZ | 17.36 | 7.92 | 54.04 | - |
| YUV | 62.24 | 204.62 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 198 | 0.42 | 0.95 | 0 | 0.22 | 273.65 | 0.91 | 0.41 |
| Hex | 73 | 9 | C6 | 2A | 5F | 0 | 16 | 112 | 5B | 29 |
| Octal | 163 | 11 | 306 | 52 | 137 | 0 | 26 | 422 | 133 | 51 |
| Binary | 1110011 | 1001 | 11000110 | 101010 | 1011111 | 0 | 10110 | 100010010 | 1011011 | 101001 |
Color Harmonies of #7309C6
Complementary color
Monochromatic Colors of #7309C6
Black with #7309C6
Text Example
Text Example
White with #7309C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7309C6; }
p { color: rgb(115,9,198); }
H1.HeaderClassName
{
color: #7309C6;
}
.AnyTagClassName
{
color: #7309C6;
}
</style>
background-color css
<style>
a { background-color: #7309C6; }
a { background-color: rgb(115,9,198); }
div.DivClassName
{
background-color: #7309C6;
}
.BgClassName
{
background-color: #7309C6;
}
</style>
border-color css
<style>
span { border-color: #7309C6; }
span { border-color: rgb(115,9,198); }
td.TdClassName
{
border-color: #7309C6;
}
.TagClassName
{
border-color: #7309C6;
}
</style>