Shades of Vivid Violet #74368D
Tints of Vivid Violet #74368D
RGB
CMYK
RGB Variations
Color information
#74368D (or 0x74368D) is known color: Vivid Violet. HEX triplet: 74, 36 and 8D. RGB value is (116,54,141). Sum of RGB (Red+Green+Blue) = 116+54+141=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #74368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74368D is #8BC972. Grayscale: #525252. Windows color (decimal): -9161075 or 9254516. OLE color: 9254516.
HSL color Cylindrical-coordinate representation of color #74368D: hue angle of 282.76º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74368D is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 54 | 141 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.45 |
| HSL | 282.76º | 0.45% | 0.38% | - |
| HSV(B) | 282.76º | 0.62% | 0.55% | - |
| XYZ | 13.33 | 8.27 | 26.09 | - |
| YUV | 82.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 141 | 0.18 | 0.62 | 0 | 0.45 | 282.76 | 0.45 | 0.38 |
| Hex | 74 | 36 | 8D | 12 | 3E | 0 | 2D | 11B | 2D | 26 |
| Octal | 164 | 66 | 215 | 22 | 76 | 0 | 55 | 433 | 55 | 46 |
| Binary | 1110100 | 110110 | 10001101 | 10010 | 111110 | 0 | 101101 | 100011011 | 101101 | 100110 |
Color Harmonies of #74368D
Complementary color
Monochromatic Colors of #74368D
Black with #74368D
Text Example
Text Example
White with #74368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74368D; }
p { color: rgb(116,54,141); }
H1.HeaderClassName
{
color: #74368D;
}
.AnyTagClassName
{
color: #74368D;
}
</style>
background-color css
<style>
a { background-color: #74368D; }
a { background-color: rgb(116,54,141); }
div.DivClassName
{
background-color: #74368D;
}
.BgClassName
{
background-color: #74368D;
}
</style>
border-color css
<style>
span { border-color: #74368D; }
span { border-color: rgb(116,54,141); }
td.TdClassName
{
border-color: #74368D;
}
.TagClassName
{
border-color: #74368D;
}
</style>