Shades of Dark Violet #770AD4
Tints of Dark Violet #770AD4
RGB
CMYK
RGB Variations
Color information
#770AD4 (or 0x770AD4) is known color: Dark Violet. HEX triplet: 77, 0A and D4. RGB value is (119,10,212). Sum of RGB (Red+Green+Blue) = 119+10+212=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #770AD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AD4 is #88F52B. Grayscale: #404040. Windows color (decimal): -8975660 or 13896311. OLE color: 13896311.
HSL color Cylindrical-coordinate representation of color #770AD4: hue angle of 272.38º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AD4 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 10 | 212 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.17 |
| HSL | 272.38º | 0.91% | 0.44% | - |
| HSV(B) | 272.38º | 0.95% | 0.83% | - |
| XYZ | 19.6 | 8.89 | 62.97 | - |
| YUV | 65.62 | 210.61 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 212 | 0.44 | 0.95 | 0 | 0.17 | 272.38 | 0.91 | 0.44 |
| Hex | 77 | A | D4 | 2C | 5F | 0 | 11 | 110 | 5B | 2C |
| Octal | 167 | 12 | 324 | 54 | 137 | 0 | 21 | 420 | 133 | 54 |
| Binary | 1110111 | 1010 | 11010100 | 101100 | 1011111 | 0 | 10001 | 100010000 | 1011011 | 101100 |
Color Harmonies of #770AD4
Complementary color
Monochromatic Colors of #770AD4
Black with #770AD4
Text Example
Text Example
White with #770AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AD4; }
p { color: rgb(119,10,212); }
H1.HeaderClassName
{
color: #770AD4;
}
.AnyTagClassName
{
color: #770AD4;
}
</style>
background-color css
<style>
a { background-color: #770AD4; }
a { background-color: rgb(119,10,212); }
div.DivClassName
{
background-color: #770AD4;
}
.BgClassName
{
background-color: #770AD4;
}
</style>
border-color css
<style>
span { border-color: #770AD4; }
span { border-color: rgb(119,10,212); }
td.TdClassName
{
border-color: #770AD4;
}
.TagClassName
{
border-color: #770AD4;
}
</style>