Shades of Dark Violet #7509CA
Tints of Dark Violet #7509CA
RGB
CMYK
RGB Variations
Color information
#7509CA (or 0x7509CA) is known color: Dark Violet. HEX triplet: 75, 09 and CA. RGB value is (117,9,202). Sum of RGB (Red+Green+Blue) = 117+9+202=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #7509CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509CA is #8AF635. Grayscale: #3E3E3E. Windows color (decimal): -9106998 or 13240693. OLE color: 13240693.
HSL color Cylindrical-coordinate representation of color #7509CA: hue angle of 273.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509CA is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 9 | 202 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.21 |
| HSL | 273.58º | 0.91% | 0.41% | - |
| HSV(B) | 273.58º | 0.96% | 0.79% | - |
| XYZ | 18.09 | 8.24 | 56.51 | - |
| YUV | 63.29 | 206.28 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 202 | 0.42 | 0.96 | 0 | 0.21 | 273.58 | 0.91 | 0.41 |
| Hex | 75 | 9 | CA | 2A | 60 | 0 | 15 | 112 | 5B | 29 |
| Octal | 165 | 11 | 312 | 52 | 140 | 0 | 25 | 422 | 133 | 51 |
| Binary | 1110101 | 1001 | 11001010 | 101010 | 1100000 | 0 | 10101 | 100010010 | 1011011 | 101001 |
Color Harmonies of #7509CA
Complementary color
Monochromatic Colors of #7509CA
Black with #7509CA
Text Example
Text Example
White with #7509CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509CA; }
p { color: rgb(117,9,202); }
H1.HeaderClassName
{
color: #7509CA;
}
.AnyTagClassName
{
color: #7509CA;
}
</style>
background-color css
<style>
a { background-color: #7509CA; }
a { background-color: rgb(117,9,202); }
div.DivClassName
{
background-color: #7509CA;
}
.BgClassName
{
background-color: #7509CA;
}
</style>
border-color css
<style>
span { border-color: #7509CA; }
span { border-color: rgb(117,9,202); }
td.TdClassName
{
border-color: #7509CA;
}
.TagClassName
{
border-color: #7509CA;
}
</style>