Shades of Vivid Violet #741999
Tints of Vivid Violet #741999
RGB
CMYK
RGB Variations
Color information
#741999 (or 0x741999) is known color: Vivid Violet. HEX triplet: 74, 19 and 99. RGB value is (116,25,153). Sum of RGB (Red+Green+Blue) = 116+25+153=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #741999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741999 is #8BE666. Grayscale: #424242. Windows color (decimal): -9168487 or 10033524. OLE color: 10033524.
HSL color Cylindrical-coordinate representation of color #741999: hue angle of 282.66º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741999 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 25 | 153 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.4 |
| HSL | 282.66º | 0.72% | 0.35% | - |
| HSV(B) | 282.66º | 0.84% | 0.6% | - |
| XYZ | 13.3 | 6.71 | 30.73 | - |
| YUV | 66.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 153 | 0.24 | 0.84 | 0 | 0.4 | 282.66 | 0.72 | 0.35 |
| Hex | 74 | 19 | 99 | 18 | 54 | 0 | 28 | 11B | 48 | 23 |
| Octal | 164 | 31 | 231 | 30 | 124 | 0 | 50 | 433 | 110 | 43 |
| Binary | 1110100 | 11001 | 10011001 | 11000 | 1010100 | 0 | 101000 | 100011011 | 1001000 | 100011 |
Color Harmonies of #741999
Complementary color
Monochromatic Colors of #741999
Black with #741999
Text Example
Text Example
White with #741999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741999; }
p { color: rgb(116,25,153); }
H1.HeaderClassName
{
color: #741999;
}
.AnyTagClassName
{
color: #741999;
}
</style>
background-color css
<style>
a { background-color: #741999; }
a { background-color: rgb(116,25,153); }
div.DivClassName
{
background-color: #741999;
}
.BgClassName
{
background-color: #741999;
}
</style>
border-color css
<style>
span { border-color: #741999; }
span { border-color: rgb(116,25,153); }
td.TdClassName
{
border-color: #741999;
}
.TagClassName
{
border-color: #741999;
}
</style>