Shades of Dark Violet #7400CF
Tints of Dark Violet #7400CF
RGB
CMYK
RGB Variations
Color information
#7400CF (or 0x7400CF) is known color: Dark Violet. HEX triplet: 74, 00 and CF. RGB value is (116,0,207). Sum of RGB (Red+Green+Blue) = 116+0+207=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #7400CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400CF is #8BFF30. Grayscale: #393939. Windows color (decimal): -9174833 or 13566068. OLE color: 13566068.
HSL color Cylindrical-coordinate representation of color #7400CF: hue angle of 273.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400CF is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 0 | 207 | - |
| CMYK | 0.44 | 1 | 0 | 0.19 |
| HSL | 273.62º | 1% | 0.41% | - |
| HSV(B) | 273.62º | 1% | 0.81% | - |
| XYZ | 18.46 | 8.22 | 59.64 | - |
| YUV | 58.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 207 | 0.44 | 1 | 0 | 0.19 | 273.62 | 1 | 0.41 |
| Hex | 74 | 0 | CF | 2C | 64 | 0 | 13 | 112 | 64 | 29 |
| Octal | 164 | 0 | 317 | 54 | 144 | 0 | 23 | 422 | 144 | 51 |
| Binary | 1110100 | 0 | 11001111 | 101100 | 1100100 | 0 | 10011 | 100010010 | 1100100 | 101001 |
Color Harmonies of #7400CF
Complementary color
Monochromatic Colors of #7400CF
Black with #7400CF
Text Example
Text Example
White with #7400CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400CF; }
p { color: rgb(116,0,207); }
H1.HeaderClassName
{
color: #7400CF;
}
.AnyTagClassName
{
color: #7400CF;
}
</style>
background-color css
<style>
a { background-color: #7400CF; }
a { background-color: rgb(116,0,207); }
div.DivClassName
{
background-color: #7400CF;
}
.BgClassName
{
background-color: #7400CF;
}
</style>
border-color css
<style>
span { border-color: #7400CF; }
span { border-color: rgb(116,0,207); }
td.TdClassName
{
border-color: #7400CF;
}
.TagClassName
{
border-color: #7400CF;
}
</style>