Shades of Vivid Violet #74388C
Tints of Vivid Violet #74388C
RGB
CMYK
RGB Variations
Color information
#74388C (or 0x74388C) is known color: Vivid Violet. HEX triplet: 74, 38 and 8C. RGB value is (116,56,140). Sum of RGB (Red+Green+Blue) = 116+56+140=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #74388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74388C is #8BC773. Grayscale: #535353. Windows color (decimal): -9160564 or 9189492. OLE color: 9189492.
HSL color Cylindrical-coordinate representation of color #74388C: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74388C is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 56 | 140 | - |
| CMYK | 0.17 | 0.6 | 0 | 0.45 |
| HSL | 282.86º | 0.43% | 0.38% | - |
| HSV(B) | 282.86º | 0.6% | 0.55% | - |
| XYZ | 13.35 | 8.43 | 25.74 | - |
| YUV | 83.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 140 | 0.17 | 0.6 | 0 | 0.45 | 282.86 | 0.43 | 0.38 |
| Hex | 74 | 38 | 8C | 11 | 3C | 0 | 2D | 11B | 2B | 26 |
| Octal | 164 | 70 | 214 | 21 | 74 | 0 | 55 | 433 | 53 | 46 |
| Binary | 1110100 | 111000 | 10001100 | 10001 | 111100 | 0 | 101101 | 100011011 | 101011 | 100110 |
Color Harmonies of #74388C
Complementary color
Monochromatic Colors of #74388C
Black with #74388C
Text Example
Text Example
White with #74388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74388C; }
p { color: rgb(116,56,140); }
H1.HeaderClassName
{
color: #74388C;
}
.AnyTagClassName
{
color: #74388C;
}
</style>
background-color css
<style>
a { background-color: #74388C; }
a { background-color: rgb(116,56,140); }
div.DivClassName
{
background-color: #74388C;
}
.BgClassName
{
background-color: #74388C;
}
</style>
border-color css
<style>
span { border-color: #74388C; }
span { border-color: rgb(116,56,140); }
td.TdClassName
{
border-color: #74388C;
}
.TagClassName
{
border-color: #74388C;
}
</style>