Shades of Dark Violet #760AB4
Tints of Dark Violet #760AB4
RGB
CMYK
RGB Variations
Color information
#760AB4 (or 0x760AB4) is known color: Dark Violet. HEX triplet: 76, 0A and B4. RGB value is (118,10,180). Sum of RGB (Red+Green+Blue) = 118+10+180=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #760AB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760AB4 is #89F54B. Grayscale: #3D3D3D. Windows color (decimal): -9041228 or 11799158. OLE color: 11799158.
HSL color Cylindrical-coordinate representation of color #760AB4: hue angle of 278.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760AB4 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 10 | 180 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.29 |
| HSL | 278.12º | 0.89% | 0.37% | - |
| HSV(B) | 278.12º | 0.94% | 0.71% | - |
| XYZ | 15.82 | 7.36 | 43.77 | - |
| YUV | 61.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 180 | 0.34 | 0.94 | 0 | 0.29 | 278.12 | 0.89 | 0.37 |
| Hex | 76 | A | B4 | 22 | 5E | 0 | 1D | 116 | 59 | 25 |
| Octal | 166 | 12 | 264 | 42 | 136 | 0 | 35 | 426 | 131 | 45 |
| Binary | 1110110 | 1010 | 10110100 | 100010 | 1011110 | 0 | 11101 | 100010110 | 1011001 | 100101 |
Color Harmonies of #760AB4
Complementary color
Monochromatic Colors of #760AB4
Black with #760AB4
Text Example
Text Example
White with #760AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AB4; }
p { color: rgb(118,10,180); }
H1.HeaderClassName
{
color: #760AB4;
}
.AnyTagClassName
{
color: #760AB4;
}
</style>
background-color css
<style>
a { background-color: #760AB4; }
a { background-color: rgb(118,10,180); }
div.DivClassName
{
background-color: #760AB4;
}
.BgClassName
{
background-color: #760AB4;
}
</style>
border-color css
<style>
span { border-color: #760AB4; }
span { border-color: rgb(118,10,180); }
td.TdClassName
{
border-color: #760AB4;
}
.TagClassName
{
border-color: #760AB4;
}
</style>