Shades of Dark Violet #7509CF
Tints of Dark Violet #7509CF
RGB
CMYK
RGB Variations
Color information
#7509CF (or 0x7509CF) is known color: Dark Violet. HEX triplet: 75, 09 and CF. RGB value is (117,9,207). Sum of RGB (Red+Green+Blue) = 117+9+207=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #7509CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509CF is #8AF630. Grayscale: #3F3F3F. Windows color (decimal): -9106993 or 13568373. OLE color: 13568373.
HSL color Cylindrical-coordinate representation of color #7509CF: hue angle of 272.73º degrees, saturation: 0.92, 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 #7509CF is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 9 | 207 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.19 |
| HSL | 272.73º | 0.92% | 0.42% | - |
| HSV(B) | 272.73º | 0.96% | 0.81% | - |
| XYZ | 18.7 | 8.48 | 59.68 | - |
| YUV | 63.86 | 208.78 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 207 | 0.43 | 0.96 | 0 | 0.19 | 272.73 | 0.92 | 0.42 |
| Hex | 75 | 9 | CF | 2B | 60 | 0 | 13 | 111 | 5C | 2A |
| Octal | 165 | 11 | 317 | 53 | 140 | 0 | 23 | 421 | 134 | 52 |
| Binary | 1110101 | 1001 | 11001111 | 101011 | 1100000 | 0 | 10011 | 100010001 | 1011100 | 101010 |
Color Harmonies of #7509CF
Complementary color
Monochromatic Colors of #7509CF
Black with #7509CF
Text Example
Text Example
White with #7509CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509CF; }
p { color: rgb(117,9,207); }
H1.HeaderClassName
{
color: #7509CF;
}
.AnyTagClassName
{
color: #7509CF;
}
</style>
background-color css
<style>
a { background-color: #7509CF; }
a { background-color: rgb(117,9,207); }
div.DivClassName
{
background-color: #7509CF;
}
.BgClassName
{
background-color: #7509CF;
}
</style>
border-color css
<style>
span { border-color: #7509CF; }
span { border-color: rgb(117,9,207); }
td.TdClassName
{
border-color: #7509CF;
}
.TagClassName
{
border-color: #7509CF;
}
</style>