Shades of Dark Violet #7406C8
Tints of Dark Violet #7406C8
RGB
CMYK
RGB Variations
Color information
#7406C8 (or 0x7406C8) is known color: Dark Violet. HEX triplet: 74, 06 and C8. RGB value is (116,6,200). Sum of RGB (Red+Green+Blue) = 116+6+200=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 200 (78.52% from 255 or 62.11% from 322); Max value from RGB is 200 - color contains mainly: blue. Hex color #7406C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7406C8 is #8BF937. Grayscale: #3C3C3C. Windows color (decimal): -9173304 or 13108852. OLE color: 13108852.
HSL color Cylindrical-coordinate representation of color #7406C8: hue angle of 274.02º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7406C8 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 6 | 200 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.22 |
| HSL | 274.02º | 0.94% | 0.4% | - |
| HSV(B) | 274.02º | 0.97% | 0.78% | - |
| XYZ | 17.69 | 8.01 | 55.26 | - |
| YUV | 61.01 | 206.44 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 200 | 0.42 | 0.97 | 0 | 0.22 | 274.02 | 0.94 | 0.4 |
| Hex | 74 | 6 | C8 | 2A | 61 | 0 | 16 | 112 | 5E | 28 |
| Octal | 164 | 6 | 310 | 52 | 141 | 0 | 26 | 422 | 136 | 50 |
| Binary | 1110100 | 110 | 11001000 | 101010 | 1100001 | 0 | 10110 | 100010010 | 1011110 | 101000 |
Color Harmonies of #7406C8
Complementary color
Monochromatic Colors of #7406C8
Black with #7406C8
Text Example
Text Example
White with #7406C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7406C8; }
p { color: rgb(116,6,200); }
H1.HeaderClassName
{
color: #7406C8;
}
.AnyTagClassName
{
color: #7406C8;
}
</style>
background-color css
<style>
a { background-color: #7406C8; }
a { background-color: rgb(116,6,200); }
div.DivClassName
{
background-color: #7406C8;
}
.BgClassName
{
background-color: #7406C8;
}
</style>
border-color css
<style>
span { border-color: #7406C8; }
span { border-color: rgb(116,6,200); }
td.TdClassName
{
border-color: #7406C8;
}
.TagClassName
{
border-color: #7406C8;
}
</style>