Shades of Dark Violet #770AC3
Tints of Dark Violet #770AC3
RGB
CMYK
RGB Variations
Color information
#770AC3 (or 0x770AC3) is known color: Dark Violet. HEX triplet: 77, 0A and C3. RGB value is (119,10,195). Sum of RGB (Red+Green+Blue) = 119+10+195=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #770AC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AC3 is #88F53C. Grayscale: #3F3F3F. Windows color (decimal): -8975677 or 12782199. OLE color: 12782199.
HSL color Cylindrical-coordinate representation of color #770AC3: hue angle of 275.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AC3 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 10 | 195 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.24 |
| HSL | 275.35º | 0.9% | 0.4% | - |
| HSV(B) | 275.35º | 0.95% | 0.76% | - |
| XYZ | 17.57 | 8.08 | 52.26 | - |
| YUV | 63.68 | 202.11 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 195 | 0.39 | 0.95 | 0 | 0.24 | 275.35 | 0.9 | 0.4 |
| Hex | 77 | A | C3 | 27 | 5F | 0 | 18 | 113 | 5A | 28 |
| Octal | 167 | 12 | 303 | 47 | 137 | 0 | 30 | 423 | 132 | 50 |
| Binary | 1110111 | 1010 | 11000011 | 100111 | 1011111 | 0 | 11000 | 100010011 | 1011010 | 101000 |
Color Harmonies of #770AC3
Complementary color
Monochromatic Colors of #770AC3
Black with #770AC3
Text Example
Text Example
White with #770AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AC3; }
p { color: rgb(119,10,195); }
H1.HeaderClassName
{
color: #770AC3;
}
.AnyTagClassName
{
color: #770AC3;
}
</style>
background-color css
<style>
a { background-color: #770AC3; }
a { background-color: rgb(119,10,195); }
div.DivClassName
{
background-color: #770AC3;
}
.BgClassName
{
background-color: #770AC3;
}
</style>
border-color css
<style>
span { border-color: #770AC3; }
span { border-color: rgb(119,10,195); }
td.TdClassName
{
border-color: #770AC3;
}
.TagClassName
{
border-color: #770AC3;
}
</style>