Shades of Blue Violet #7417DD
Tints of Blue Violet #7417DD
RGB
CMYK
RGB Variations
Color information
#7417DD (or 0x7417DD) is known color: Blue Violet. HEX triplet: 74, 17 and DD. RGB value is (116,23,221). Sum of RGB (Red+Green+Blue) = 116+23+221=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #7417DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7417DD is #8BE822. Grayscale: #484848. Windows color (decimal): -9168931 or 14489460. OLE color: 14489460.
HSL color Cylindrical-coordinate representation of color #7417DD: hue angle of 268.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7417DD is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 23 | 221 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.13 |
| HSL | 268.18º | 0.81% | 0.48% | - |
| HSV(B) | 268.18º | 0.9% | 0.87% | - |
| XYZ | 20.56 | 9.55 | 69.17 | - |
| YUV | 73.38 | 211.31 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 221 | 0.48 | 0.90 | 0 | 0.13 | 268.18 | 0.81 | 0.48 |
| Hex | 74 | 17 | DD | 30 | 5A | 0 | D | 10C | 51 | 30 |
| Octal | 164 | 27 | 335 | 60 | 132 | 0 | 15 | 414 | 121 | 60 |
| Binary | 1110100 | 10111 | 11011101 | 110000 | 1011010 | 0 | 1101 | 100001100 | 1010001 | 110000 |
Color Harmonies of #7417DD
Complementary color
Monochromatic Colors of #7417DD
Black with #7417DD
Text Example
Text Example
White with #7417DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7417DD; }
p { color: rgb(116,23,221); }
H1.HeaderClassName
{
color: #7417DD;
}
.AnyTagClassName
{
color: #7417DD;
}
</style>
background-color css
<style>
a { background-color: #7417DD; }
a { background-color: rgb(116,23,221); }
div.DivClassName
{
background-color: #7417DD;
}
.BgClassName
{
background-color: #7417DD;
}
</style>
border-color css
<style>
span { border-color: #7417DD; }
span { border-color: rgb(116,23,221); }
td.TdClassName
{
border-color: #7417DD;
}
.TagClassName
{
border-color: #7417DD;
}
</style>