Shades of Vivid Violet #74279B
Tints of Vivid Violet #74279B
RGB
CMYK
RGB Variations
Color information
#74279B (or 0x74279B) is known color: Vivid Violet. HEX triplet: 74, 27 and 9B. RGB value is (116,39,155). Sum of RGB (Red+Green+Blue) = 116+39+155=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #74279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74279B is #8BD864. Grayscale: #4A4A4A. Windows color (decimal): -9164901 or 10168180. OLE color: 10168180.
HSL color Cylindrical-coordinate representation of color #74279B: hue angle of 279.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74279B is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 39 | 155 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.39 |
| HSL | 279.83º | 0.6% | 0.38% | - |
| HSV(B) | 279.83º | 0.75% | 0.61% | - |
| XYZ | 13.84 | 7.53 | 31.73 | - |
| YUV | 75.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 155 | 0.25 | 0.75 | 0 | 0.39 | 279.83 | 0.6 | 0.38 |
| Hex | 74 | 27 | 9B | 19 | 4B | 0 | 27 | 118 | 3C | 26 |
| Octal | 164 | 47 | 233 | 31 | 113 | 0 | 47 | 430 | 74 | 46 |
| Binary | 1110100 | 100111 | 10011011 | 11001 | 1001011 | 0 | 100111 | 100011000 | 111100 | 100110 |
Color Harmonies of #74279B
Complementary color
Monochromatic Colors of #74279B
Black with #74279B
Text Example
Text Example
White with #74279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74279B; }
p { color: rgb(116,39,155); }
H1.HeaderClassName
{
color: #74279B;
}
.AnyTagClassName
{
color: #74279B;
}
</style>
background-color css
<style>
a { background-color: #74279B; }
a { background-color: rgb(116,39,155); }
div.DivClassName
{
background-color: #74279B;
}
.BgClassName
{
background-color: #74279B;
}
</style>
border-color css
<style>
span { border-color: #74279B; }
span { border-color: rgb(116,39,155); }
td.TdClassName
{
border-color: #74279B;
}
.TagClassName
{
border-color: #74279B;
}
</style>