Shades of Dark Violet #770AD6
Tints of Dark Violet #770AD6
RGB
CMYK
RGB Variations
Color information
#770AD6 (or 0x770AD6) is known color: Dark Violet. HEX triplet: 77, 0A and D6. RGB value is (119,10,214). Sum of RGB (Red+Green+Blue) = 119+10+214=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #770AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AD6 is #88F529. Grayscale: #414141. Windows color (decimal): -8975658 or 14027383. OLE color: 14027383.
HSL color Cylindrical-coordinate representation of color #770AD6: hue angle of 272.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AD6 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 10 | 214 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.16 |
| HSL | 272.06º | 0.91% | 0.44% | - |
| HSV(B) | 272.06º | 0.95% | 0.84% | - |
| XYZ | 19.85 | 8.99 | 64.31 | - |
| YUV | 65.85 | 211.61 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 214 | 0.44 | 0.95 | 0 | 0.16 | 272.06 | 0.91 | 0.44 |
| Hex | 77 | A | D6 | 2C | 5F | 0 | 10 | 110 | 5B | 2C |
| Octal | 167 | 12 | 326 | 54 | 137 | 0 | 20 | 420 | 133 | 54 |
| Binary | 1110111 | 1010 | 11010110 | 101100 | 1011111 | 0 | 10000 | 100010000 | 1011011 | 101100 |
Color Harmonies of #770AD6
Complementary color
Monochromatic Colors of #770AD6
Black with #770AD6
Text Example
Text Example
White with #770AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AD6; }
p { color: rgb(119,10,214); }
H1.HeaderClassName
{
color: #770AD6;
}
.AnyTagClassName
{
color: #770AD6;
}
</style>
background-color css
<style>
a { background-color: #770AD6; }
a { background-color: rgb(119,10,214); }
div.DivClassName
{
background-color: #770AD6;
}
.BgClassName
{
background-color: #770AD6;
}
</style>
border-color css
<style>
span { border-color: #770AD6; }
span { border-color: rgb(119,10,214); }
td.TdClassName
{
border-color: #770AD6;
}
.TagClassName
{
border-color: #770AD6;
}
</style>