Shades of Dark Violet #770CD3
Tints of Dark Violet #770CD3
RGB
CMYK
RGB Variations
Color information
#770CD3 (or 0x770CD3) is known color: Dark Violet. HEX triplet: 77, 0C and D3. RGB value is (119,12,211). Sum of RGB (Red+Green+Blue) = 119+12+211=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 211 (82.81% from 255 or 61.70% from 342); Max value from RGB is 211 - color contains mainly: blue. Hex color #770CD3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CD3 is #88F32C. Grayscale: #414141. Windows color (decimal): -8975149 or 13831287. OLE color: 13831287.
HSL color Cylindrical-coordinate representation of color #770CD3: hue angle of 272.26º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CD3 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 12 | 211 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.17 |
| HSL | 272.26º | 0.89% | 0.44% | - |
| HSV(B) | 272.26º | 0.94% | 0.83% | - |
| XYZ | 19.5 | 8.89 | 62.32 | - |
| YUV | 66.68 | 209.45 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 211 | 0.44 | 0.94 | 0 | 0.17 | 272.26 | 0.89 | 0.44 |
| Hex | 77 | C | D3 | 2C | 5E | 0 | 11 | 110 | 59 | 2C |
| Octal | 167 | 14 | 323 | 54 | 136 | 0 | 21 | 420 | 131 | 54 |
| Binary | 1110111 | 1100 | 11010011 | 101100 | 1011110 | 0 | 10001 | 100010000 | 1011001 | 101100 |
Color Harmonies of #770CD3
Complementary color
Monochromatic Colors of #770CD3
Black with #770CD3
Text Example
Text Example
White with #770CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CD3; }
p { color: rgb(119,12,211); }
H1.HeaderClassName
{
color: #770CD3;
}
.AnyTagClassName
{
color: #770CD3;
}
</style>
background-color css
<style>
a { background-color: #770CD3; }
a { background-color: rgb(119,12,211); }
div.DivClassName
{
background-color: #770CD3;
}
.BgClassName
{
background-color: #770CD3;
}
</style>
border-color css
<style>
span { border-color: #770CD3; }
span { border-color: rgb(119,12,211); }
td.TdClassName
{
border-color: #770CD3;
}
.TagClassName
{
border-color: #770CD3;
}
</style>