Shades of Dark Violet #7709CA
Tints of Dark Violet #7709CA
RGB
CMYK
RGB Variations
Color information
#7709CA (or 0x7709CA) is known color: Dark Violet. HEX triplet: 77, 09 and CA. RGB value is (119,9,202). Sum of RGB (Red+Green+Blue) = 119+9+202=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #7709CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7709CA is #88F635. Grayscale: #3F3F3F. Windows color (decimal): -8975926 or 13240695. OLE color: 13240695.
HSL color Cylindrical-coordinate representation of color #7709CA: hue angle of 274.2º 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 #7709CA is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 119 | 9 | 202 | - |
CMYK | 0.41 | 0.96 | 0 | 0.21 |
HSL | 274.2º | 0.91% | 0.41% | - |
HSV(B) | 274.2º | 0.96% | 0.79% | - |
XYZ | 18.37 | 8.38 | 56.53 | - |
YUV | 63.89 | 205.94 | 167.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 119 | 9 | 202 | 0.41 | 0.96 | 0 | 0.21 | 274.2 | 0.91 | 0.41 |
Hex | 77 | 9 | CA | 29 | 60 | 0 | 15 | 112 | 5B | 29 |
Octal | 167 | 11 | 312 | 51 | 140 | 0 | 25 | 422 | 133 | 51 |
Binary | 1110111 | 1001 | 11001010 | 101001 | 1100000 | 0 | 10101 | 100010010 | 1011011 | 101001 |
Color Harmonies of #7709CA
Complementary color
Monochromatic Colors of #7709CA
Black with #7709CA
Text Example
Text Example
White with #7709CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7709CA; }
p { color: rgb(119,9,202); }
H1.HeaderClassName
{
color: #7709CA;
}
.AnyTagClassName
{
color: #7709CA;
}
</style>
background-color css
<style>
a { background-color: #7709CA; }
a { background-color: rgb(119,9,202); }
div.DivClassName
{
background-color: #7709CA;
}
.BgClassName
{
background-color: #7709CA;
}
</style>
border-color css
<style>
span { border-color: #7709CA; }
span { border-color: rgb(119,9,202); }
td.TdClassName
{
border-color: #7709CA;
}
.TagClassName
{
border-color: #7709CA;
}
</style>