Shades of Dark Violet #7509B4
Tints of Dark Violet #7509B4
RGB
CMYK
RGB Variations
Color information
#7509B4 (or 0x7509B4) is known color: Dark Violet. HEX triplet: 75, 09 and B4. RGB value is (117,9,180). Sum of RGB (Red+Green+Blue) = 117+9+180=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #7509B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509B4 is #8AF64B. Grayscale: #3C3C3C. Windows color (decimal): -9107020 or 11798901. OLE color: 11798901.
HSL color Cylindrical-coordinate representation of color #7509B4: hue angle of 277.89º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7509B4 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 9 | 180 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.29 |
| HSL | 277.89º | 0.9% | 0.37% | - |
| HSV(B) | 277.89º | 0.95% | 0.71% | - |
| XYZ | 15.67 | 7.27 | 43.76 | - |
| YUV | 60.79 | 195.28 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 180 | 0.35 | 0.95 | 0 | 0.29 | 277.89 | 0.9 | 0.37 |
| Hex | 75 | 9 | B4 | 23 | 5F | 0 | 1D | 116 | 5A | 25 |
| Octal | 165 | 11 | 264 | 43 | 137 | 0 | 35 | 426 | 132 | 45 |
| Binary | 1110101 | 1001 | 10110100 | 100011 | 1011111 | 0 | 11101 | 100010110 | 1011010 | 100101 |
Color Harmonies of #7509B4
Complementary color
Monochromatic Colors of #7509B4
Black with #7509B4
Text Example
Text Example
White with #7509B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509B4; }
p { color: rgb(117,9,180); }
H1.HeaderClassName
{
color: #7509B4;
}
.AnyTagClassName
{
color: #7509B4;
}
</style>
background-color css
<style>
a { background-color: #7509B4; }
a { background-color: rgb(117,9,180); }
div.DivClassName
{
background-color: #7509B4;
}
.BgClassName
{
background-color: #7509B4;
}
</style>
border-color css
<style>
span { border-color: #7509B4; }
span { border-color: rgb(117,9,180); }
td.TdClassName
{
border-color: #7509B4;
}
.TagClassName
{
border-color: #7509B4;
}
</style>