Shades of Dark Violet #770DCD
Tints of Dark Violet #770DCD
RGB
CMYK
RGB Variations
Color information
#770DCD (or 0x770DCD) is known color: Dark Violet. HEX triplet: 77, 0D and CD. RGB value is (119,13,205). Sum of RGB (Red+Green+Blue) = 119+13+205=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #770DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DCD is #88F232. Grayscale: #414141. Windows color (decimal): -8974899 or 13438327. OLE color: 13438327.
HSL color Cylindrical-coordinate representation of color #770DCD: hue angle of 273.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770DCD is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 13 | 205 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.20 |
| HSL | 273.13º | 0.88% | 0.43% | - |
| HSV(B) | 273.13º | 0.94% | 0.8% | - |
| XYZ | 18.77 | 8.62 | 58.43 | - |
| YUV | 66.58 | 206.12 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 205 | 0.42 | 0.94 | 0 | 0.20 | 273.13 | 0.88 | 0.43 |
| Hex | 77 | D | CD | 2A | 5E | 0 | 14 | 111 | 58 | 2B |
| Octal | 167 | 15 | 315 | 52 | 136 | 0 | 24 | 421 | 130 | 53 |
| Binary | 1110111 | 1101 | 11001101 | 101010 | 1011110 | 0 | 10100 | 100010001 | 1011000 | 101011 |
Color Harmonies of #770DCD
Complementary color
Monochromatic Colors of #770DCD
Black with #770DCD
Text Example
Text Example
White with #770DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DCD; }
p { color: rgb(119,13,205); }
H1.HeaderClassName
{
color: #770DCD;
}
.AnyTagClassName
{
color: #770DCD;
}
</style>
background-color css
<style>
a { background-color: #770DCD; }
a { background-color: rgb(119,13,205); }
div.DivClassName
{
background-color: #770DCD;
}
.BgClassName
{
background-color: #770DCD;
}
</style>
border-color css
<style>
span { border-color: #770DCD; }
span { border-color: rgb(119,13,205); }
td.TdClassName
{
border-color: #770DCD;
}
.TagClassName
{
border-color: #770DCD;
}
</style>