Shades of Dark Violet #740ABB
Tints of Dark Violet #740ABB
RGB
CMYK
RGB Variations
Color information
#740ABB (or 0x740ABB) is known color: Dark Violet. HEX triplet: 74, 0A and BB. RGB value is (116,10,187). Sum of RGB (Red+Green+Blue) = 116+10+187=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #740ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ABB is #8BF544. Grayscale: #3D3D3D. Windows color (decimal): -9172293 or 12257908. OLE color: 12257908.
HSL color Cylindrical-coordinate representation of color #740ABB: hue angle of 275.93º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740ABB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 10 | 187 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.27 |
| HSL | 275.93º | 0.9% | 0.39% | - |
| HSV(B) | 275.93º | 0.95% | 0.73% | - |
| XYZ | 16.28 | 7.52 | 47.61 | - |
| YUV | 61.87 | 198.62 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 187 | 0.38 | 0.95 | 0 | 0.27 | 275.93 | 0.9 | 0.39 |
| Hex | 74 | A | BB | 26 | 5F | 0 | 1B | 114 | 5A | 27 |
| Octal | 164 | 12 | 273 | 46 | 137 | 0 | 33 | 424 | 132 | 47 |
| Binary | 1110100 | 1010 | 10111011 | 100110 | 1011111 | 0 | 11011 | 100010100 | 1011010 | 100111 |
Color Harmonies of #740ABB
Complementary color
Monochromatic Colors of #740ABB
Black with #740ABB
Text Example
Text Example
White with #740ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740ABB; }
p { color: rgb(116,10,187); }
H1.HeaderClassName
{
color: #740ABB;
}
.AnyTagClassName
{
color: #740ABB;
}
</style>
background-color css
<style>
a { background-color: #740ABB; }
a { background-color: rgb(116,10,187); }
div.DivClassName
{
background-color: #740ABB;
}
.BgClassName
{
background-color: #740ABB;
}
</style>
border-color css
<style>
span { border-color: #740ABB; }
span { border-color: rgb(116,10,187); }
td.TdClassName
{
border-color: #740ABB;
}
.TagClassName
{
border-color: #740ABB;
}
</style>