Shades of Dark Violet #770DC3
Tints of Dark Violet #770DC3
RGB
CMYK
RGB Variations
Color information
#770DC3 (or 0x770DC3) is known color: Dark Violet. HEX triplet: 77, 0D and C3. RGB value is (119,13,195). Sum of RGB (Red+Green+Blue) = 119+13+195=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #770DC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DC3 is #88F23C. Grayscale: #404040. Windows color (decimal): -8974909 or 12782967. OLE color: 12782967.
HSL color Cylindrical-coordinate representation of color #770DC3: hue angle of 274.95º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770DC3 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 13 | 195 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.24 |
| HSL | 274.95º | 0.88% | 0.41% | - |
| HSV(B) | 274.95º | 0.93% | 0.76% | - |
| XYZ | 17.6 | 8.15 | 52.28 | - |
| YUV | 65.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 195 | 0.39 | 0.93 | 0 | 0.24 | 274.95 | 0.88 | 0.41 |
| Hex | 77 | D | C3 | 27 | 5D | 0 | 18 | 113 | 58 | 29 |
| Octal | 167 | 15 | 303 | 47 | 135 | 0 | 30 | 423 | 130 | 51 |
| Binary | 1110111 | 1101 | 11000011 | 100111 | 1011101 | 0 | 11000 | 100010011 | 1011000 | 101001 |
Color Harmonies of #770DC3
Complementary color
Monochromatic Colors of #770DC3
Black with #770DC3
Text Example
Text Example
White with #770DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DC3; }
p { color: rgb(119,13,195); }
H1.HeaderClassName
{
color: #770DC3;
}
.AnyTagClassName
{
color: #770DC3;
}
</style>
background-color css
<style>
a { background-color: #770DC3; }
a { background-color: rgb(119,13,195); }
div.DivClassName
{
background-color: #770DC3;
}
.BgClassName
{
background-color: #770DC3;
}
</style>
border-color css
<style>
span { border-color: #770DC3; }
span { border-color: rgb(119,13,195); }
td.TdClassName
{
border-color: #770DC3;
}
.TagClassName
{
border-color: #770DC3;
}
</style>