Shades of Vivid Violet #741997
Tints of Vivid Violet #741997
RGB
CMYK
RGB Variations
Color information
#741997 (or 0x741997) is known color: Vivid Violet. HEX triplet: 74, 19 and 97. RGB value is (116,25,151). Sum of RGB (Red+Green+Blue) = 116+25+151=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #741997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741997 is #8BE668. Grayscale: #424242. Windows color (decimal): -9168489 or 9902452. OLE color: 9902452.
HSL color Cylindrical-coordinate representation of color #741997: hue angle of 283.33º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741997 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 25 | 151 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.41 |
| HSL | 283.33º | 0.72% | 0.35% | - |
| HSV(B) | 283.33º | 0.83% | 0.59% | - |
| XYZ | 13.14 | 6.64 | 29.87 | - |
| YUV | 66.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 151 | 0.23 | 0.83 | 0 | 0.41 | 283.33 | 0.72 | 0.35 |
| Hex | 74 | 19 | 97 | 17 | 53 | 0 | 29 | 11B | 48 | 23 |
| Octal | 164 | 31 | 227 | 27 | 123 | 0 | 51 | 433 | 110 | 43 |
| Binary | 1110100 | 11001 | 10010111 | 10111 | 1010011 | 0 | 101001 | 100011011 | 1001000 | 100011 |
Color Harmonies of #741997
Complementary color
Monochromatic Colors of #741997
Black with #741997
Text Example
Text Example
White with #741997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741997; }
p { color: rgb(116,25,151); }
H1.HeaderClassName
{
color: #741997;
}
.AnyTagClassName
{
color: #741997;
}
</style>
background-color css
<style>
a { background-color: #741997; }
a { background-color: rgb(116,25,151); }
div.DivClassName
{
background-color: #741997;
}
.BgClassName
{
background-color: #741997;
}
</style>
border-color css
<style>
span { border-color: #741997; }
span { border-color: rgb(116,25,151); }
td.TdClassName
{
border-color: #741997;
}
.TagClassName
{
border-color: #741997;
}
</style>