Shades of Dark Violet #7400DD
Tints of Dark Violet #7400DD
RGB
CMYK
RGB Variations
Color information
#7400DD (or 0x7400DD) is known color: Dark Violet. HEX triplet: 74, 00 and DD. RGB value is (116,0,221). Sum of RGB (Red+Green+Blue) = 116+0+221=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #7400DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400DD is #8BFF22. Grayscale: #3B3B3B. Windows color (decimal): -9174819 or 14483572. OLE color: 14483572.
HSL color Cylindrical-coordinate representation of color #7400DD: hue angle of 271.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400DD is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 0 | 221 | - |
| CMYK | 0.48 | 1 | 0 | 0.13 |
| HSL | 271.49º | 1% | 0.43% | - |
| HSV(B) | 271.49º | 1% | 0.87% | - |
| XYZ | 20.25 | 8.93 | 69.06 | - |
| YUV | 59.88 | 218.93 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 221 | 0.48 | 1 | 0 | 0.13 | 271.49 | 1 | 0.43 |
| Hex | 74 | 0 | DD | 30 | 64 | 0 | D | 10F | 64 | 2B |
| Octal | 164 | 0 | 335 | 60 | 144 | 0 | 15 | 417 | 144 | 53 |
| Binary | 1110100 | 0 | 11011101 | 110000 | 1100100 | 0 | 1101 | 100001111 | 1100100 | 101011 |
Color Harmonies of #7400DD
Complementary color
Monochromatic Colors of #7400DD
Black with #7400DD
Text Example
Text Example
White with #7400DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400DD; }
p { color: rgb(116,0,221); }
H1.HeaderClassName
{
color: #7400DD;
}
.AnyTagClassName
{
color: #7400DD;
}
</style>
background-color css
<style>
a { background-color: #7400DD; }
a { background-color: rgb(116,0,221); }
div.DivClassName
{
background-color: #7400DD;
}
.BgClassName
{
background-color: #7400DD;
}
</style>
border-color css
<style>
span { border-color: #7400DD; }
span { border-color: rgb(116,0,221); }
td.TdClassName
{
border-color: #7400DD;
}
.TagClassName
{
border-color: #7400DD;
}
</style>