Shades of Dark Violet #770CD2
Tints of Dark Violet #770CD2
RGB
CMYK
RGB Variations
Color information
#770CD2 (or 0x770CD2) is known color: Dark Violet. HEX triplet: 77, 0C and D2. RGB value is (119,12,210). Sum of RGB (Red+Green+Blue) = 119+12+210=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #770CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CD2 is #88F32D. Grayscale: #414141. Windows color (decimal): -8975150 or 13765751. OLE color: 13765751.
HSL color Cylindrical-coordinate representation of color #770CD2: hue angle of 272.42º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CD2 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 12 | 210 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.18 |
| HSL | 272.42º | 0.89% | 0.44% | - |
| HSV(B) | 272.42º | 0.94% | 0.82% | - |
| XYZ | 19.37 | 8.84 | 61.66 | - |
| YUV | 66.57 | 208.95 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 210 | 0.43 | 0.94 | 0 | 0.18 | 272.42 | 0.89 | 0.44 |
| Hex | 77 | C | D2 | 2B | 5E | 0 | 12 | 110 | 59 | 2C |
| Octal | 167 | 14 | 322 | 53 | 136 | 0 | 22 | 420 | 131 | 54 |
| Binary | 1110111 | 1100 | 11010010 | 101011 | 1011110 | 0 | 10010 | 100010000 | 1011001 | 101100 |
Color Harmonies of #770CD2
Complementary color
Monochromatic Colors of #770CD2
Black with #770CD2
Text Example
Text Example
White with #770CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CD2; }
p { color: rgb(119,12,210); }
H1.HeaderClassName
{
color: #770CD2;
}
.AnyTagClassName
{
color: #770CD2;
}
</style>
background-color css
<style>
a { background-color: #770CD2; }
a { background-color: rgb(119,12,210); }
div.DivClassName
{
background-color: #770CD2;
}
.BgClassName
{
background-color: #770CD2;
}
</style>
border-color css
<style>
span { border-color: #770CD2; }
span { border-color: rgb(119,12,210); }
td.TdClassName
{
border-color: #770CD2;
}
.TagClassName
{
border-color: #770CD2;
}
</style>