Shades of Vivid Violet #74199B
Tints of Vivid Violet #74199B
RGB
CMYK
RGB Variations
Color information
#74199B (or 0x74199B) is known color: Vivid Violet. HEX triplet: 74, 19 and 9B. RGB value is (116,25,155). Sum of RGB (Red+Green+Blue) = 116+25+155=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #74199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74199B is #8BE664. Grayscale: #424242. Windows color (decimal): -9168485 or 10164596. OLE color: 10164596.
HSL color Cylindrical-coordinate representation of color #74199B: hue angle of 282º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74199B is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 25 | 155 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.39 |
| HSL | 282º | 0.72% | 0.35% | - |
| HSV(B) | 282º | 0.84% | 0.61% | - |
| XYZ | 13.47 | 6.77 | 31.61 | - |
| YUV | 67.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 155 | 0.25 | 0.84 | 0 | 0.39 | 282 | 0.72 | 0.35 |
| Hex | 74 | 19 | 9B | 19 | 54 | 0 | 27 | 11A | 48 | 23 |
| Octal | 164 | 31 | 233 | 31 | 124 | 0 | 47 | 432 | 110 | 43 |
| Binary | 1110100 | 11001 | 10011011 | 11001 | 1010100 | 0 | 100111 | 100011010 | 1001000 | 100011 |
Color Harmonies of #74199B
Complementary color
Monochromatic Colors of #74199B
Black with #74199B
Text Example
Text Example
White with #74199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74199B; }
p { color: rgb(116,25,155); }
H1.HeaderClassName
{
color: #74199B;
}
.AnyTagClassName
{
color: #74199B;
}
</style>
background-color css
<style>
a { background-color: #74199B; }
a { background-color: rgb(116,25,155); }
div.DivClassName
{
background-color: #74199B;
}
.BgClassName
{
background-color: #74199B;
}
</style>
border-color css
<style>
span { border-color: #74199B; }
span { border-color: rgb(116,25,155); }
td.TdClassName
{
border-color: #74199B;
}
.TagClassName
{
border-color: #74199B;
}
</style>