Shades of Vivid Violet #74358E
Tints of Vivid Violet #74358E
RGB
CMYK
RGB Variations
Color information
#74358E (or 0x74358E) is known color: Vivid Violet. HEX triplet: 74, 35 and 8E. RGB value is (116,53,142). Sum of RGB (Red+Green+Blue) = 116+53+142=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #74358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74358E is #8BCA71. Grayscale: #515151. Windows color (decimal): -9161330 or 9319796. OLE color: 9319796.
HSL color Cylindrical-coordinate representation of color #74358E: hue angle of 282.47º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74358E is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 53 | 142 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.44 |
| HSL | 282.47º | 0.46% | 0.38% | - |
| HSV(B) | 282.47º | 0.63% | 0.56% | - |
| XYZ | 13.36 | 8.21 | 26.47 | - |
| YUV | 81.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 142 | 0.18 | 0.63 | 0 | 0.44 | 282.47 | 0.46 | 0.38 |
| Hex | 74 | 35 | 8E | 12 | 3F | 0 | 2C | 11A | 2E | 26 |
| Octal | 164 | 65 | 216 | 22 | 77 | 0 | 54 | 432 | 56 | 46 |
| Binary | 1110100 | 110101 | 10001110 | 10010 | 111111 | 0 | 101100 | 100011010 | 101110 | 100110 |
Color Harmonies of #74358E
Complementary color
Monochromatic Colors of #74358E
Black with #74358E
Text Example
Text Example
White with #74358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74358E; }
p { color: rgb(116,53,142); }
H1.HeaderClassName
{
color: #74358E;
}
.AnyTagClassName
{
color: #74358E;
}
</style>
background-color css
<style>
a { background-color: #74358E; }
a { background-color: rgb(116,53,142); }
div.DivClassName
{
background-color: #74358E;
}
.BgClassName
{
background-color: #74358E;
}
</style>
border-color css
<style>
span { border-color: #74358E; }
span { border-color: rgb(116,53,142); }
td.TdClassName
{
border-color: #74358E;
}
.TagClassName
{
border-color: #74358E;
}
</style>