Shades of Vivid Violet #74238C
Tints of Vivid Violet #74238C
RGB
CMYK
RGB Variations
Color information
#74238C (or 0x74238C) is known color: Vivid Violet. HEX triplet: 74, 23 and 8C. RGB value is (116,35,140). Sum of RGB (Red+Green+Blue) = 116+35+140=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #74238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74238C is #8BDC73. Grayscale: #464646. Windows color (decimal): -9165940 or 9184116. OLE color: 9184116.
HSL color Cylindrical-coordinate representation of color #74238C: hue angle of 286.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74238C is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 35 | 140 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.45 |
| HSL | 286.29º | 0.6% | 0.34% | - |
| HSV(B) | 286.29º | 0.75% | 0.55% | - |
| XYZ | 12.54 | 6.81 | 25.46 | - |
| YUV | 71.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 140 | 0.17 | 0.75 | 0 | 0.45 | 286.29 | 0.6 | 0.34 |
| Hex | 74 | 23 | 8C | 11 | 4B | 0 | 2D | 11E | 3C | 22 |
| Octal | 164 | 43 | 214 | 21 | 113 | 0 | 55 | 436 | 74 | 42 |
| Binary | 1110100 | 100011 | 10001100 | 10001 | 1001011 | 0 | 101101 | 100011110 | 111100 | 100010 |
Color Harmonies of #74238C
Complementary color
Monochromatic Colors of #74238C
Black with #74238C
Text Example
Text Example
White with #74238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74238C; }
p { color: rgb(116,35,140); }
H1.HeaderClassName
{
color: #74238C;
}
.AnyTagClassName
{
color: #74238C;
}
</style>
background-color css
<style>
a { background-color: #74238C; }
a { background-color: rgb(116,35,140); }
div.DivClassName
{
background-color: #74238C;
}
.BgClassName
{
background-color: #74238C;
}
</style>
border-color css
<style>
span { border-color: #74238C; }
span { border-color: rgb(116,35,140); }
td.TdClassName
{
border-color: #74238C;
}
.TagClassName
{
border-color: #74238C;
}
</style>