Shades of Vivid Violet #74278D
Tints of Vivid Violet #74278D
RGB
CMYK
RGB Variations
Color information
#74278D (or 0x74278D) is known color: Vivid Violet. HEX triplet: 74, 27 and 8D. RGB value is (116,39,141). Sum of RGB (Red+Green+Blue) = 116+39+141=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #74278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74278D is #8BD872. Grayscale: #494949. Windows color (decimal): -9164915 or 9250676. OLE color: 9250676.
HSL color Cylindrical-coordinate representation of color #74278D: hue angle of 285.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74278D is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 39 | 141 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.45 |
| HSL | 285.29º | 0.57% | 0.35% | - |
| HSV(B) | 285.29º | 0.72% | 0.55% | - |
| XYZ | 12.74 | 7.09 | 25.9 | - |
| YUV | 73.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 141 | 0.18 | 0.72 | 0 | 0.45 | 285.29 | 0.57 | 0.35 |
| Hex | 74 | 27 | 8D | 12 | 48 | 0 | 2D | 11D | 39 | 23 |
| Octal | 164 | 47 | 215 | 22 | 110 | 0 | 55 | 435 | 71 | 43 |
| Binary | 1110100 | 100111 | 10001101 | 10010 | 1001000 | 0 | 101101 | 100011101 | 111001 | 100011 |
Color Harmonies of #74278D
Complementary color
Monochromatic Colors of #74278D
Black with #74278D
Text Example
Text Example
White with #74278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74278D; }
p { color: rgb(116,39,141); }
H1.HeaderClassName
{
color: #74278D;
}
.AnyTagClassName
{
color: #74278D;
}
</style>
background-color css
<style>
a { background-color: #74278D; }
a { background-color: rgb(116,39,141); }
div.DivClassName
{
background-color: #74278D;
}
.BgClassName
{
background-color: #74278D;
}
</style>
border-color css
<style>
span { border-color: #74278D; }
span { border-color: rgb(116,39,141); }
td.TdClassName
{
border-color: #74278D;
}
.TagClassName
{
border-color: #74278D;
}
</style>