Shades of Vivid Violet #74358A
Tints of Vivid Violet #74358A
RGB
CMYK
RGB Variations
Color information
#74358A (or 0x74358A) is known color: Vivid Violet. HEX triplet: 74, 35 and 8A. RGB value is (116,53,138). Sum of RGB (Red+Green+Blue) = 116+53+138=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #74358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74358A is #8BCA75. Grayscale: #515151. Windows color (decimal): -9161334 or 9057652. OLE color: 9057652.
HSL color Cylindrical-coordinate representation of color #74358A: hue angle of 284.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74358A is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 53 | 138 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.46 |
| HSL | 284.47º | 0.45% | 0.37% | - |
| HSV(B) | 284.47º | 0.62% | 0.54% | - |
| XYZ | 13.06 | 8.09 | 24.92 | - |
| YUV | 81.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 138 | 0.16 | 0.62 | 0 | 0.46 | 284.47 | 0.45 | 0.37 |
| Hex | 74 | 35 | 8A | 10 | 3E | 0 | 2E | 11C | 2D | 25 |
| Octal | 164 | 65 | 212 | 20 | 76 | 0 | 56 | 434 | 55 | 45 |
| Binary | 1110100 | 110101 | 10001010 | 10000 | 111110 | 0 | 101110 | 100011100 | 101101 | 100101 |
Color Harmonies of #74358A
Complementary color
Monochromatic Colors of #74358A
Black with #74358A
Text Example
Text Example
White with #74358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74358A; }
p { color: rgb(116,53,138); }
H1.HeaderClassName
{
color: #74358A;
}
.AnyTagClassName
{
color: #74358A;
}
</style>
background-color css
<style>
a { background-color: #74358A; }
a { background-color: rgb(116,53,138); }
div.DivClassName
{
background-color: #74358A;
}
.BgClassName
{
background-color: #74358A;
}
</style>
border-color css
<style>
span { border-color: #74358A; }
span { border-color: rgb(116,53,138); }
td.TdClassName
{
border-color: #74358A;
}
.TagClassName
{
border-color: #74358A;
}
</style>