Shades of Vivid Violet #74139B
Tints of Vivid Violet #74139B
RGB
CMYK
RGB Variations
Color information
#74139B (or 0x74139B) is known color: Vivid Violet. HEX triplet: 74, 13 and 9B. RGB value is (116,19,155). Sum of RGB (Red+Green+Blue) = 116+19+155=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #74139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74139B is #8BEC64. Grayscale: #3F3F3F. Windows color (decimal): -9170021 or 10163060. OLE color: 10163060.
HSL color Cylindrical-coordinate representation of color #74139B: hue angle of 282.79º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74139B is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 19 | 155 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.39 |
| HSL | 282.79º | 0.78% | 0.34% | - |
| HSV(B) | 282.79º | 0.88% | 0.61% | - |
| XYZ | 13.35 | 6.55 | 31.57 | - |
| YUV | 63.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 155 | 0.25 | 0.88 | 0 | 0.39 | 282.79 | 0.78 | 0.34 |
| Hex | 74 | 13 | 9B | 19 | 58 | 0 | 27 | 11B | 4E | 22 |
| Octal | 164 | 23 | 233 | 31 | 130 | 0 | 47 | 433 | 116 | 42 |
| Binary | 1110100 | 10011 | 10011011 | 11001 | 1011000 | 0 | 100111 | 100011011 | 1001110 | 100010 |
Color Harmonies of #74139B
Complementary color
Monochromatic Colors of #74139B
Black with #74139B
Text Example
Text Example
White with #74139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74139B; }
p { color: rgb(116,19,155); }
H1.HeaderClassName
{
color: #74139B;
}
.AnyTagClassName
{
color: #74139B;
}
</style>
background-color css
<style>
a { background-color: #74139B; }
a { background-color: rgb(116,19,155); }
div.DivClassName
{
background-color: #74139B;
}
.BgClassName
{
background-color: #74139B;
}
</style>
border-color css
<style>
span { border-color: #74139B; }
span { border-color: rgb(116,19,155); }
td.TdClassName
{
border-color: #74139B;
}
.TagClassName
{
border-color: #74139B;
}
</style>