Shades of Dark Violet #740AB9
Tints of Dark Violet #740AB9
RGB
CMYK
RGB Variations
Color information
#740AB9 (or 0x740AB9) is known color: Dark Violet. HEX triplet: 74, 0A and B9. RGB value is (116,10,185). Sum of RGB (Red+Green+Blue) = 116+10+185=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #740AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AB9 is #8BF546. Grayscale: #3D3D3D. Windows color (decimal): -9172295 or 12126836. OLE color: 12126836.
HSL color Cylindrical-coordinate representation of color #740AB9: hue angle of 276.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740AB9 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 10 | 185 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.27 |
| HSL | 276.34º | 0.9% | 0.38% | - |
| HSV(B) | 276.34º | 0.95% | 0.73% | - |
| XYZ | 16.07 | 7.43 | 46.49 | - |
| YUV | 61.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 185 | 0.37 | 0.95 | 0 | 0.27 | 276.34 | 0.9 | 0.38 |
| Hex | 74 | A | B9 | 25 | 5F | 0 | 1B | 114 | 5A | 26 |
| Octal | 164 | 12 | 271 | 45 | 137 | 0 | 33 | 424 | 132 | 46 |
| Binary | 1110100 | 1010 | 10111001 | 100101 | 1011111 | 0 | 11011 | 100010100 | 1011010 | 100110 |
Color Harmonies of #740AB9
Complementary color
Monochromatic Colors of #740AB9
Black with #740AB9
Text Example
Text Example
White with #740AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AB9; }
p { color: rgb(116,10,185); }
H1.HeaderClassName
{
color: #740AB9;
}
.AnyTagClassName
{
color: #740AB9;
}
</style>
background-color css
<style>
a { background-color: #740AB9; }
a { background-color: rgb(116,10,185); }
div.DivClassName
{
background-color: #740AB9;
}
.BgClassName
{
background-color: #740AB9;
}
</style>
border-color css
<style>
span { border-color: #740AB9; }
span { border-color: rgb(116,10,185); }
td.TdClassName
{
border-color: #740AB9;
}
.TagClassName
{
border-color: #740AB9;
}
</style>