Shades of Dark Violet #770BD4
Tints of Dark Violet #770BD4
RGB
CMYK
RGB Variations
Color information
#770BD4 (or 0x770BD4) is known color: Dark Violet. HEX triplet: 77, 0B and D4. RGB value is (119,11,212). Sum of RGB (Red+Green+Blue) = 119+11+212=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 212 (83.20% from 255 or 61.99% from 342); Max value from RGB is 212 - color contains mainly: blue. Hex color #770BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BD4 is #88F42B. Grayscale: #414141. Windows color (decimal): -8975404 or 13896567. OLE color: 13896567.
HSL color Cylindrical-coordinate representation of color #770BD4: hue angle of 272.24º degrees, saturation: 0.9, 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 #770BD4 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 11 | 212 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.17 |
| HSL | 272.24º | 0.9% | 0.44% | - |
| HSV(B) | 272.24º | 0.95% | 0.83% | - |
| XYZ | 19.61 | 8.91 | 62.97 | - |
| YUV | 66.21 | 210.28 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 212 | 0.44 | 0.95 | 0 | 0.17 | 272.24 | 0.9 | 0.44 |
| Hex | 77 | B | D4 | 2C | 5F | 0 | 11 | 110 | 5A | 2C |
| Octal | 167 | 13 | 324 | 54 | 137 | 0 | 21 | 420 | 132 | 54 |
| Binary | 1110111 | 1011 | 11010100 | 101100 | 1011111 | 0 | 10001 | 100010000 | 1011010 | 101100 |
Color Harmonies of #770BD4
Complementary color
Monochromatic Colors of #770BD4
Black with #770BD4
Text Example
Text Example
White with #770BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BD4; }
p { color: rgb(119,11,212); }
H1.HeaderClassName
{
color: #770BD4;
}
.AnyTagClassName
{
color: #770BD4;
}
</style>
background-color css
<style>
a { background-color: #770BD4; }
a { background-color: rgb(119,11,212); }
div.DivClassName
{
background-color: #770BD4;
}
.BgClassName
{
background-color: #770BD4;
}
</style>
border-color css
<style>
span { border-color: #770BD4; }
span { border-color: rgb(119,11,212); }
td.TdClassName
{
border-color: #770BD4;
}
.TagClassName
{
border-color: #770BD4;
}
</style>