Shades of Vivid Violet #74258D
Tints of Vivid Violet #74258D
RGB
CMYK
RGB Variations
Color information
#74258D (or 0x74258D) is known color: Vivid Violet. HEX triplet: 74, 25 and 8D. RGB value is (116,37,141). Sum of RGB (Red+Green+Blue) = 116+37+141=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #74258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74258D is #8BDA72. Grayscale: #484848. Windows color (decimal): -9165427 or 9250164. OLE color: 9250164.
HSL color Cylindrical-coordinate representation of color #74258D: hue angle of 285.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74258D is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 37 | 141 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.45 |
| HSL | 285.58º | 0.58% | 0.35% | - |
| HSV(B) | 285.58º | 0.74% | 0.55% | - |
| XYZ | 12.67 | 6.96 | 25.87 | - |
| YUV | 72.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 141 | 0.18 | 0.74 | 0 | 0.45 | 285.58 | 0.58 | 0.35 |
| Hex | 74 | 25 | 8D | 12 | 4A | 0 | 2D | 11E | 3A | 23 |
| Octal | 164 | 45 | 215 | 22 | 112 | 0 | 55 | 436 | 72 | 43 |
| Binary | 1110100 | 100101 | 10001101 | 10010 | 1001010 | 0 | 101101 | 100011110 | 111010 | 100011 |
Color Harmonies of #74258D
Complementary color
Monochromatic Colors of #74258D
Black with #74258D
Text Example
Text Example
White with #74258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74258D; }
p { color: rgb(116,37,141); }
H1.HeaderClassName
{
color: #74258D;
}
.AnyTagClassName
{
color: #74258D;
}
</style>
background-color css
<style>
a { background-color: #74258D; }
a { background-color: rgb(116,37,141); }
div.DivClassName
{
background-color: #74258D;
}
.BgClassName
{
background-color: #74258D;
}
</style>
border-color css
<style>
span { border-color: #74258D; }
span { border-color: rgb(116,37,141); }
td.TdClassName
{
border-color: #74258D;
}
.TagClassName
{
border-color: #74258D;
}
</style>