Shades of Vivid Violet #741F91
Tints of Vivid Violet #741F91
RGB
CMYK
RGB Variations
Color information
#741F91 (or 0x741F91) is known color: Vivid Violet. HEX triplet: 74, 1F and 91. RGB value is (116,31,145). Sum of RGB (Red+Green+Blue) = 116+31+145=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #741F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741F91 is #8BE06E. Grayscale: #454545. Windows color (decimal): -9166959 or 9510772. OLE color: 9510772.
HSL color Cylindrical-coordinate representation of color #741F91: hue angle of 284.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741F91 is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 31 | 145 | - |
| CMYK | 0.2 | 0.79 | 0 | 0.43 |
| HSL | 284.74º | 0.65% | 0.35% | - |
| HSV(B) | 284.74º | 0.79% | 0.57% | - |
| XYZ | 12.8 | 6.74 | 27.41 | - |
| YUV | 69.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 145 | 0.2 | 0.79 | 0 | 0.43 | 284.74 | 0.65 | 0.35 |
| Hex | 74 | 1F | 91 | 14 | 4F | 0 | 2B | 11D | 41 | 23 |
| Octal | 164 | 37 | 221 | 24 | 117 | 0 | 53 | 435 | 101 | 43 |
| Binary | 1110100 | 11111 | 10010001 | 10100 | 1001111 | 0 | 101011 | 100011101 | 1000001 | 100011 |
Color Harmonies of #741F91
Complementary color
Monochromatic Colors of #741F91
Black with #741F91
Text Example
Text Example
White with #741F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F91; }
p { color: rgb(116,31,145); }
H1.HeaderClassName
{
color: #741F91;
}
.AnyTagClassName
{
color: #741F91;
}
</style>
background-color css
<style>
a { background-color: #741F91; }
a { background-color: rgb(116,31,145); }
div.DivClassName
{
background-color: #741F91;
}
.BgClassName
{
background-color: #741F91;
}
</style>
border-color css
<style>
span { border-color: #741F91; }
span { border-color: rgb(116,31,145); }
td.TdClassName
{
border-color: #741F91;
}
.TagClassName
{
border-color: #741F91;
}
</style>