Shades of Vivid Violet #74169C
Tints of Vivid Violet #74169C
RGB
CMYK
RGB Variations
Color information
#74169C (or 0x74169C) is known color: Vivid Violet. HEX triplet: 74, 16 and 9C. RGB value is (116,22,156). Sum of RGB (Red+Green+Blue) = 116+22+156=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #74169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74169C is #8BE963. Grayscale: #404040. Windows color (decimal): -9169252 or 10229364. OLE color: 10229364.
HSL color Cylindrical-coordinate representation of color #74169C: hue angle of 282.09º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74169C is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 22 | 156 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.39 |
| HSL | 282.09º | 0.75% | 0.35% | - |
| HSV(B) | 282.09º | 0.86% | 0.61% | - |
| XYZ | 13.49 | 6.69 | 32.03 | - |
| YUV | 65.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 156 | 0.26 | 0.86 | 0 | 0.39 | 282.09 | 0.75 | 0.35 |
| Hex | 74 | 16 | 9C | 1A | 56 | 0 | 27 | 11A | 4B | 23 |
| Octal | 164 | 26 | 234 | 32 | 126 | 0 | 47 | 432 | 113 | 43 |
| Binary | 1110100 | 10110 | 10011100 | 11010 | 1010110 | 0 | 100111 | 100011010 | 1001011 | 100011 |
Color Harmonies of #74169C
Complementary color
Monochromatic Colors of #74169C
Black with #74169C
Text Example
Text Example
White with #74169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74169C; }
p { color: rgb(116,22,156); }
H1.HeaderClassName
{
color: #74169C;
}
.AnyTagClassName
{
color: #74169C;
}
</style>
background-color css
<style>
a { background-color: #74169C; }
a { background-color: rgb(116,22,156); }
div.DivClassName
{
background-color: #74169C;
}
.BgClassName
{
background-color: #74169C;
}
</style>
border-color css
<style>
span { border-color: #74169C; }
span { border-color: rgb(116,22,156); }
td.TdClassName
{
border-color: #74169C;
}
.TagClassName
{
border-color: #74169C;
}
</style>