Shades of Dark Violet #740ADD
Tints of Dark Violet #740ADD
RGB
CMYK
RGB Variations
Color information
#740ADD (or 0x740ADD) is known color: Dark Violet. HEX triplet: 74, 0A and DD. RGB value is (116,10,221). Sum of RGB (Red+Green+Blue) = 116+10+221=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #740ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ADD is #8BF522. Grayscale: #414141. Windows color (decimal): -9172259 or 14486132. OLE color: 14486132.
HSL color Cylindrical-coordinate representation of color #740ADD: hue angle of 270.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740ADD is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 10 | 221 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.13 |
| HSL | 270.14º | 0.91% | 0.45% | - |
| HSV(B) | 270.14º | 0.95% | 0.87% | - |
| XYZ | 20.36 | 9.15 | 69.1 | - |
| YUV | 65.75 | 215.62 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 221 | 0.48 | 0.95 | 0 | 0.13 | 270.14 | 0.91 | 0.45 |
| Hex | 74 | A | DD | 30 | 5F | 0 | D | 10E | 5B | 2D |
| Octal | 164 | 12 | 335 | 60 | 137 | 0 | 15 | 416 | 133 | 55 |
| Binary | 1110100 | 1010 | 11011101 | 110000 | 1011111 | 0 | 1101 | 100001110 | 1011011 | 101101 |
Color Harmonies of #740ADD
Complementary color
Monochromatic Colors of #740ADD
Black with #740ADD
Text Example
Text Example
White with #740ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740ADD; }
p { color: rgb(116,10,221); }
H1.HeaderClassName
{
color: #740ADD;
}
.AnyTagClassName
{
color: #740ADD;
}
</style>
background-color css
<style>
a { background-color: #740ADD; }
a { background-color: rgb(116,10,221); }
div.DivClassName
{
background-color: #740ADD;
}
.BgClassName
{
background-color: #740ADD;
}
</style>
border-color css
<style>
span { border-color: #740ADD; }
span { border-color: rgb(116,10,221); }
td.TdClassName
{
border-color: #740ADD;
}
.TagClassName
{
border-color: #740ADD;
}
</style>