Shades of Vivid Violet #74229A
Tints of Vivid Violet #74229A
RGB
CMYK
RGB Variations
Color information
#74229A (or 0x74229A) is known color: Vivid Violet. HEX triplet: 74, 22 and 9A. RGB value is (116,34,154). Sum of RGB (Red+Green+Blue) = 116+34+154=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #74229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74229A is #8BDD65. Grayscale: #474747. Windows color (decimal): -9166182 or 10101364. OLE color: 10101364.
HSL color Cylindrical-coordinate representation of color #74229A: hue angle of 281º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74229A is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 34 | 154 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.40 |
| HSL | 281º | 0.64% | 0.37% | - |
| HSV(B) | 281º | 0.78% | 0.6% | - |
| XYZ | 13.61 | 7.19 | 31.24 | - |
| YUV | 72.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 154 | 0.25 | 0.78 | 0 | 0.40 | 281 | 0.64 | 0.37 |
| Hex | 74 | 22 | 9A | 19 | 4E | 0 | 28 | 119 | 40 | 25 |
| Octal | 164 | 42 | 232 | 31 | 116 | 0 | 50 | 431 | 100 | 45 |
| Binary | 1110100 | 100010 | 10011010 | 11001 | 1001110 | 0 | 101000 | 100011001 | 1000000 | 100101 |
Color Harmonies of #74229A
Complementary color
Monochromatic Colors of #74229A
Black with #74229A
Text Example
Text Example
White with #74229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74229A; }
p { color: rgb(116,34,154); }
H1.HeaderClassName
{
color: #74229A;
}
.AnyTagClassName
{
color: #74229A;
}
</style>
background-color css
<style>
a { background-color: #74229A; }
a { background-color: rgb(116,34,154); }
div.DivClassName
{
background-color: #74229A;
}
.BgClassName
{
background-color: #74229A;
}
</style>
border-color css
<style>
span { border-color: #74229A; }
span { border-color: rgb(116,34,154); }
td.TdClassName
{
border-color: #74229A;
}
.TagClassName
{
border-color: #74229A;
}
</style>