Shades of Dark Violet #770FCD
Tints of Dark Violet #770FCD
RGB
CMYK
RGB Variations
Color information
#770FCD (or 0x770FCD) is known color: Dark Violet. HEX triplet: 77, 0F and CD. RGB value is (119,15,205). Sum of RGB (Red+Green+Blue) = 119+15+205=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #770FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FCD is #88F032. Grayscale: #434343. Windows color (decimal): -8974387 or 13438839. OLE color: 13438839.
HSL color Cylindrical-coordinate representation of color #770FCD: hue angle of 272.84º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770FCD is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 15 | 205 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.20 |
| HSL | 272.84º | 0.86% | 0.43% | - |
| HSV(B) | 272.84º | 0.93% | 0.8% | - |
| XYZ | 18.8 | 8.67 | 58.44 | - |
| YUV | 67.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 205 | 0.42 | 0.93 | 0 | 0.20 | 272.84 | 0.86 | 0.43 |
| Hex | 77 | F | CD | 2A | 5D | 0 | 14 | 111 | 56 | 2B |
| Octal | 167 | 17 | 315 | 52 | 135 | 0 | 24 | 421 | 126 | 53 |
| Binary | 1110111 | 1111 | 11001101 | 101010 | 1011101 | 0 | 10100 | 100010001 | 1010110 | 101011 |
Color Harmonies of #770FCD
Complementary color
Monochromatic Colors of #770FCD
Black with #770FCD
Text Example
Text Example
White with #770FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FCD; }
p { color: rgb(119,15,205); }
H1.HeaderClassName
{
color: #770FCD;
}
.AnyTagClassName
{
color: #770FCD;
}
</style>
background-color css
<style>
a { background-color: #770FCD; }
a { background-color: rgb(119,15,205); }
div.DivClassName
{
background-color: #770FCD;
}
.BgClassName
{
background-color: #770FCD;
}
</style>
border-color css
<style>
span { border-color: #770FCD; }
span { border-color: rgb(119,15,205); }
td.TdClassName
{
border-color: #770FCD;
}
.TagClassName
{
border-color: #770FCD;
}
</style>