Shades of Vivid Violet #74139A
Tints of Vivid Violet #74139A
RGB
CMYK
RGB Variations
Color information
#74139A (or 0x74139A) is known color: Vivid Violet. HEX triplet: 74, 13 and 9A. RGB value is (116,19,154). Sum of RGB (Red+Green+Blue) = 116+19+154=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #74139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74139A is #8BEC65. Grayscale: #3E3E3E. Windows color (decimal): -9170022 or 10097524. OLE color: 10097524.
HSL color Cylindrical-coordinate representation of color #74139A: hue angle of 283.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74139A is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 19 | 154 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.40 |
| HSL | 283.11º | 0.78% | 0.34% | - |
| HSV(B) | 283.11º | 0.88% | 0.6% | - |
| XYZ | 13.27 | 6.51 | 31.13 | - |
| YUV | 63.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 154 | 0.25 | 0.88 | 0 | 0.40 | 283.11 | 0.78 | 0.34 |
| Hex | 74 | 13 | 9A | 19 | 58 | 0 | 28 | 11B | 4E | 22 |
| Octal | 164 | 23 | 232 | 31 | 130 | 0 | 50 | 433 | 116 | 42 |
| Binary | 1110100 | 10011 | 10011010 | 11001 | 1011000 | 0 | 101000 | 100011011 | 1001110 | 100010 |
Color Harmonies of #74139A
Complementary color
Monochromatic Colors of #74139A
Black with #74139A
Text Example
Text Example
White with #74139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74139A; }
p { color: rgb(116,19,154); }
H1.HeaderClassName
{
color: #74139A;
}
.AnyTagClassName
{
color: #74139A;
}
</style>
background-color css
<style>
a { background-color: #74139A; }
a { background-color: rgb(116,19,154); }
div.DivClassName
{
background-color: #74139A;
}
.BgClassName
{
background-color: #74139A;
}
</style>
border-color css
<style>
span { border-color: #74139A; }
span { border-color: rgb(116,19,154); }
td.TdClassName
{
border-color: #74139A;
}
.TagClassName
{
border-color: #74139A;
}
</style>