Shades of Dark Violet #740AD7
Tints of Dark Violet #740AD7
RGB
CMYK
RGB Variations
Color information
#740AD7 (or 0x740AD7) is known color: Dark Violet. HEX triplet: 74, 0A and D7. RGB value is (116,10,215). Sum of RGB (Red+Green+Blue) = 116+10+215=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #740AD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AD7 is #8BF528. Grayscale: #404040. Windows color (decimal): -9172265 or 14092916. OLE color: 14092916.
HSL color Cylindrical-coordinate representation of color #740AD7: hue angle of 271.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740AD7 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 10 | 215 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.16 |
| HSL | 271.02º | 0.91% | 0.44% | - |
| HSV(B) | 271.02º | 0.95% | 0.84% | - |
| XYZ | 19.58 | 8.84 | 64.96 | - |
| YUV | 65.06 | 212.62 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 215 | 0.46 | 0.95 | 0 | 0.16 | 271.02 | 0.91 | 0.44 |
| Hex | 74 | A | D7 | 2E | 5F | 0 | 10 | 10F | 5B | 2C |
| Octal | 164 | 12 | 327 | 56 | 137 | 0 | 20 | 417 | 133 | 54 |
| Binary | 1110100 | 1010 | 11010111 | 101110 | 1011111 | 0 | 10000 | 100001111 | 1011011 | 101100 |
Color Harmonies of #740AD7
Complementary color
Monochromatic Colors of #740AD7
Black with #740AD7
Text Example
Text Example
White with #740AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AD7; }
p { color: rgb(116,10,215); }
H1.HeaderClassName
{
color: #740AD7;
}
.AnyTagClassName
{
color: #740AD7;
}
</style>
background-color css
<style>
a { background-color: #740AD7; }
a { background-color: rgb(116,10,215); }
div.DivClassName
{
background-color: #740AD7;
}
.BgClassName
{
background-color: #740AD7;
}
</style>
border-color css
<style>
span { border-color: #740AD7; }
span { border-color: rgb(116,10,215); }
td.TdClassName
{
border-color: #740AD7;
}
.TagClassName
{
border-color: #740AD7;
}
</style>