Shades of Vivid Violet #74368A
Tints of Vivid Violet #74368A
RGB
CMYK
RGB Variations
Color information
#74368A (or 0x74368A) is known color: Vivid Violet. HEX triplet: 74, 36 and 8A. RGB value is (116,54,138). Sum of RGB (Red+Green+Blue) = 116+54+138=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #74368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74368A is #8BC975. Grayscale: #515151. Windows color (decimal): -9161078 or 9057908. OLE color: 9057908.
HSL color Cylindrical-coordinate representation of color #74368A: hue angle of 284.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74368A is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 54 | 138 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.46 |
| HSL | 284.29º | 0.44% | 0.38% | - |
| HSV(B) | 284.29º | 0.61% | 0.54% | - |
| XYZ | 13.11 | 8.19 | 24.93 | - |
| YUV | 82.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 138 | 0.16 | 0.61 | 0 | 0.46 | 284.29 | 0.44 | 0.38 |
| Hex | 74 | 36 | 8A | 10 | 3D | 0 | 2E | 11C | 2C | 26 |
| Octal | 164 | 66 | 212 | 20 | 75 | 0 | 56 | 434 | 54 | 46 |
| Binary | 1110100 | 110110 | 10001010 | 10000 | 111101 | 0 | 101110 | 100011100 | 101100 | 100110 |
Color Harmonies of #74368A
Complementary color
Monochromatic Colors of #74368A
Black with #74368A
Text Example
Text Example
White with #74368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74368A; }
p { color: rgb(116,54,138); }
H1.HeaderClassName
{
color: #74368A;
}
.AnyTagClassName
{
color: #74368A;
}
</style>
background-color css
<style>
a { background-color: #74368A; }
a { background-color: rgb(116,54,138); }
div.DivClassName
{
background-color: #74368A;
}
.BgClassName
{
background-color: #74368A;
}
</style>
border-color css
<style>
span { border-color: #74368A; }
span { border-color: rgb(116,54,138); }
td.TdClassName
{
border-color: #74368A;
}
.TagClassName
{
border-color: #74368A;
}
</style>