Shades of Dark Violet #7401DD
Tints of Dark Violet #7401DD
RGB
CMYK
RGB Variations
Color information
#7401DD (or 0x7401DD) is known color: Dark Violet. HEX triplet: 74, 01 and DD. RGB value is (116,1,221). Sum of RGB (Red+Green+Blue) = 116+1+221=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #7401DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7401DD is #8BFE22. Grayscale: #3B3B3B. Windows color (decimal): -9174563 or 14483828. OLE color: 14483828.
HSL color Cylindrical-coordinate representation of color #7401DD: hue angle of 271.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7401DD is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 1 | 221 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.13 |
| HSL | 271.36º | 0.99% | 0.44% | - |
| HSV(B) | 271.36º | 1% | 0.87% | - |
| XYZ | 20.26 | 8.96 | 69.07 | - |
| YUV | 60.47 | 218.6 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 221 | 0.48 | 1.00 | 0 | 0.13 | 271.36 | 0.99 | 0.44 |
| Hex | 74 | 1 | DD | 30 | 64 | 0 | D | 10F | 63 | 2C |
| Octal | 164 | 1 | 335 | 60 | 144 | 0 | 15 | 417 | 143 | 54 |
| Binary | 1110100 | 1 | 11011101 | 110000 | 1100100 | 0 | 1101 | 100001111 | 1100011 | 101100 |
Color Harmonies of #7401DD
Complementary color
Monochromatic Colors of #7401DD
Black with #7401DD
Text Example
Text Example
White with #7401DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7401DD; }
p { color: rgb(116,1,221); }
H1.HeaderClassName
{
color: #7401DD;
}
.AnyTagClassName
{
color: #7401DD;
}
</style>
background-color css
<style>
a { background-color: #7401DD; }
a { background-color: rgb(116,1,221); }
div.DivClassName
{
background-color: #7401DD;
}
.BgClassName
{
background-color: #7401DD;
}
</style>
border-color css
<style>
span { border-color: #7401DD; }
span { border-color: rgb(116,1,221); }
td.TdClassName
{
border-color: #7401DD;
}
.TagClassName
{
border-color: #7401DD;
}
</style>