Shades of Dark Violet #740AB8
Tints of Dark Violet #740AB8
RGB
CMYK
RGB Variations
Color information
#740AB8 (or 0x740AB8) is known color: Dark Violet. HEX triplet: 74, 0A and B8. RGB value is (116,10,184). Sum of RGB (Red+Green+Blue) = 116+10+184=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #740AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AB8 is #8BF547. Grayscale: #3C3C3C. Windows color (decimal): -9172296 or 12061300. OLE color: 12061300.
HSL color Cylindrical-coordinate representation of color #740AB8: hue angle of 276.55º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740AB8 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 10 | 184 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.28 |
| HSL | 276.55º | 0.9% | 0.38% | - |
| HSV(B) | 276.55º | 0.95% | 0.72% | - |
| XYZ | 15.96 | 7.39 | 45.93 | - |
| YUV | 61.53 | 197.12 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 184 | 0.37 | 0.95 | 0 | 0.28 | 276.55 | 0.9 | 0.38 |
| Hex | 74 | A | B8 | 25 | 5F | 0 | 1C | 115 | 5A | 26 |
| Octal | 164 | 12 | 270 | 45 | 137 | 0 | 34 | 425 | 132 | 46 |
| Binary | 1110100 | 1010 | 10111000 | 100101 | 1011111 | 0 | 11100 | 100010101 | 1011010 | 100110 |
Color Harmonies of #740AB8
Complementary color
Monochromatic Colors of #740AB8
Black with #740AB8
Text Example
Text Example
White with #740AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AB8; }
p { color: rgb(116,10,184); }
H1.HeaderClassName
{
color: #740AB8;
}
.AnyTagClassName
{
color: #740AB8;
}
</style>
background-color css
<style>
a { background-color: #740AB8; }
a { background-color: rgb(116,10,184); }
div.DivClassName
{
background-color: #740AB8;
}
.BgClassName
{
background-color: #740AB8;
}
</style>
border-color css
<style>
span { border-color: #740AB8; }
span { border-color: rgb(116,10,184); }
td.TdClassName
{
border-color: #740AB8;
}
.TagClassName
{
border-color: #740AB8;
}
</style>