Shades of Vivid Violet #74368F
Tints of Vivid Violet #74368F
RGB
CMYK
RGB Variations
Color information
#74368F (or 0x74368F) is known color: Vivid Violet. HEX triplet: 74, 36 and 8F. RGB value is (116,54,143). Sum of RGB (Red+Green+Blue) = 116+54+143=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #74368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74368F is #8BC970. Grayscale: #525252. Windows color (decimal): -9161073 or 9385588. OLE color: 9385588.
HSL color Cylindrical-coordinate representation of color #74368F: hue angle of 281.8º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74368F is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 54 | 143 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.44 |
| HSL | 281.8º | 0.45% | 0.39% | - |
| HSV(B) | 281.8º | 0.62% | 0.56% | - |
| XYZ | 13.48 | 8.33 | 26.88 | - |
| YUV | 82.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 143 | 0.19 | 0.62 | 0 | 0.44 | 281.8 | 0.45 | 0.39 |
| Hex | 74 | 36 | 8F | 13 | 3E | 0 | 2C | 11A | 2D | 27 |
| Octal | 164 | 66 | 217 | 23 | 76 | 0 | 54 | 432 | 55 | 47 |
| Binary | 1110100 | 110110 | 10001111 | 10011 | 111110 | 0 | 101100 | 100011010 | 101101 | 100111 |
Color Harmonies of #74368F
Complementary color
Monochromatic Colors of #74368F
Black with #74368F
Text Example
Text Example
White with #74368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74368F; }
p { color: rgb(116,54,143); }
H1.HeaderClassName
{
color: #74368F;
}
.AnyTagClassName
{
color: #74368F;
}
</style>
background-color css
<style>
a { background-color: #74368F; }
a { background-color: rgb(116,54,143); }
div.DivClassName
{
background-color: #74368F;
}
.BgClassName
{
background-color: #74368F;
}
</style>
border-color css
<style>
span { border-color: #74368F; }
span { border-color: rgb(116,54,143); }
td.TdClassName
{
border-color: #74368F;
}
.TagClassName
{
border-color: #74368F;
}
</style>