Shades of Dark Violet #7405CF
Tints of Dark Violet #7405CF
RGB
CMYK
RGB Variations
Color information
#7405CF (or 0x7405CF) is known color: Dark Violet. HEX triplet: 74, 05 and CF. RGB value is (116,5,207). Sum of RGB (Red+Green+Blue) = 116+5+207=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #7405CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7405CF is #8BFA30. Grayscale: #3C3C3C. Windows color (decimal): -9173553 or 13567348. OLE color: 13567348.
HSL color Cylindrical-coordinate representation of color #7405CF: hue angle of 272.97º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7405CF is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 5 | 207 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.19 |
| HSL | 272.97º | 0.95% | 0.42% | - |
| HSV(B) | 272.97º | 0.98% | 0.81% | - |
| XYZ | 18.52 | 8.33 | 59.66 | - |
| YUV | 61.22 | 210.27 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 207 | 0.44 | 0.98 | 0 | 0.19 | 272.97 | 0.95 | 0.42 |
| Hex | 74 | 5 | CF | 2C | 62 | 0 | 13 | 111 | 5F | 2A |
| Octal | 164 | 5 | 317 | 54 | 142 | 0 | 23 | 421 | 137 | 52 |
| Binary | 1110100 | 101 | 11001111 | 101100 | 1100010 | 0 | 10011 | 100010001 | 1011111 | 101010 |
Color Harmonies of #7405CF
Complementary color
Monochromatic Colors of #7405CF
Black with #7405CF
Text Example
Text Example
White with #7405CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7405CF; }
p { color: rgb(116,5,207); }
H1.HeaderClassName
{
color: #7405CF;
}
.AnyTagClassName
{
color: #7405CF;
}
</style>
background-color css
<style>
a { background-color: #7405CF; }
a { background-color: rgb(116,5,207); }
div.DivClassName
{
background-color: #7405CF;
}
.BgClassName
{
background-color: #7405CF;
}
</style>
border-color css
<style>
span { border-color: #7405CF; }
span { border-color: rgb(116,5,207); }
td.TdClassName
{
border-color: #7405CF;
}
.TagClassName
{
border-color: #7405CF;
}
</style>