Shades of Dark Violet #7407C1
Tints of Dark Violet #7407C1
RGB
CMYK
RGB Variations
Color information
#7407C1 (or 0x7407C1) is known color: Dark Violet. HEX triplet: 74, 07 and C1. RGB value is (116,7,193). Sum of RGB (Red+Green+Blue) = 116+7+193=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #7407C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407C1 is #8BF83E. Grayscale: #3C3C3C. Windows color (decimal): -9173055 or 12650356. OLE color: 12650356.
HSL color Cylindrical-coordinate representation of color #7407C1: hue angle of 275.16º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7407C1 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 7 | 193 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.24 |
| HSL | 275.16º | 0.93% | 0.39% | - |
| HSV(B) | 275.16º | 0.96% | 0.76% | - |
| XYZ | 16.9 | 7.72 | 51.05 | - |
| YUV | 60.8 | 202.61 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 193 | 0.40 | 0.96 | 0 | 0.24 | 275.16 | 0.93 | 0.39 |
| Hex | 74 | 7 | C1 | 28 | 60 | 0 | 18 | 113 | 5D | 27 |
| Octal | 164 | 7 | 301 | 50 | 140 | 0 | 30 | 423 | 135 | 47 |
| Binary | 1110100 | 111 | 11000001 | 101000 | 1100000 | 0 | 11000 | 100010011 | 1011101 | 100111 |
Color Harmonies of #7407C1
Complementary color
Monochromatic Colors of #7407C1
Black with #7407C1
Text Example
Text Example
White with #7407C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407C1; }
p { color: rgb(116,7,193); }
H1.HeaderClassName
{
color: #7407C1;
}
.AnyTagClassName
{
color: #7407C1;
}
</style>
background-color css
<style>
a { background-color: #7407C1; }
a { background-color: rgb(116,7,193); }
div.DivClassName
{
background-color: #7407C1;
}
.BgClassName
{
background-color: #7407C1;
}
</style>
border-color css
<style>
span { border-color: #7407C1; }
span { border-color: rgb(116,7,193); }
td.TdClassName
{
border-color: #7407C1;
}
.TagClassName
{
border-color: #7407C1;
}
</style>