Shades of Dark Violet #740AD4
Tints of Dark Violet #740AD4
RGB
CMYK
RGB Variations
Color information
#740AD4 (or 0x740AD4) is known color: Dark Violet. HEX triplet: 74, 0A and D4. RGB value is (116,10,212). Sum of RGB (Red+Green+Blue) = 116+10+212=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #740AD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AD4 is #8BF52B. Grayscale: #404040. Windows color (decimal): -9172268 or 13896308. OLE color: 13896308.
HSL color Cylindrical-coordinate representation of color #740AD4: hue angle of 271.49º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740AD4 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 10 | 212 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.17 |
| HSL | 271.49º | 0.91% | 0.44% | - |
| HSV(B) | 271.49º | 0.95% | 0.83% | - |
| XYZ | 19.19 | 8.68 | 62.95 | - |
| YUV | 64.72 | 211.12 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 212 | 0.45 | 0.95 | 0 | 0.17 | 271.49 | 0.91 | 0.44 |
| Hex | 74 | A | D4 | 2D | 5F | 0 | 11 | 10F | 5B | 2C |
| Octal | 164 | 12 | 324 | 55 | 137 | 0 | 21 | 417 | 133 | 54 |
| Binary | 1110100 | 1010 | 11010100 | 101101 | 1011111 | 0 | 10001 | 100001111 | 1011011 | 101100 |
Color Harmonies of #740AD4
Complementary color
Monochromatic Colors of #740AD4
Black with #740AD4
Text Example
Text Example
White with #740AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AD4; }
p { color: rgb(116,10,212); }
H1.HeaderClassName
{
color: #740AD4;
}
.AnyTagClassName
{
color: #740AD4;
}
</style>
background-color css
<style>
a { background-color: #740AD4; }
a { background-color: rgb(116,10,212); }
div.DivClassName
{
background-color: #740AD4;
}
.BgClassName
{
background-color: #740AD4;
}
</style>
border-color css
<style>
span { border-color: #740AD4; }
span { border-color: rgb(116,10,212); }
td.TdClassName
{
border-color: #740AD4;
}
.TagClassName
{
border-color: #740AD4;
}
</style>