Shades of Vivid Violet #741F8E
Tints of Vivid Violet #741F8E
RGB
CMYK
RGB Variations
Color information
#741F8E (or 0x741F8E) is known color: Vivid Violet. HEX triplet: 74, 1F and 8E. RGB value is (116,31,142). Sum of RGB (Red+Green+Blue) = 116+31+142=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #741F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741F8E is #8BE071. Grayscale: #444444. Windows color (decimal): -9166962 or 9314164. OLE color: 9314164.
HSL color Cylindrical-coordinate representation of color #741F8E: hue angle of 285.95º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741F8E is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 31 | 142 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.44 |
| HSL | 285.95º | 0.64% | 0.34% | - |
| HSV(B) | 285.95º | 0.78% | 0.56% | - |
| XYZ | 12.57 | 6.65 | 26.21 | - |
| YUV | 69.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 142 | 0.18 | 0.78 | 0 | 0.44 | 285.95 | 0.64 | 0.34 |
| Hex | 74 | 1F | 8E | 12 | 4E | 0 | 2C | 11E | 40 | 22 |
| Octal | 164 | 37 | 216 | 22 | 116 | 0 | 54 | 436 | 100 | 42 |
| Binary | 1110100 | 11111 | 10001110 | 10010 | 1001110 | 0 | 101100 | 100011110 | 1000000 | 100010 |
Color Harmonies of #741F8E
Complementary color
Monochromatic Colors of #741F8E
Black with #741F8E
Text Example
Text Example
White with #741F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F8E; }
p { color: rgb(116,31,142); }
H1.HeaderClassName
{
color: #741F8E;
}
.AnyTagClassName
{
color: #741F8E;
}
</style>
background-color css
<style>
a { background-color: #741F8E; }
a { background-color: rgb(116,31,142); }
div.DivClassName
{
background-color: #741F8E;
}
.BgClassName
{
background-color: #741F8E;
}
</style>
border-color css
<style>
span { border-color: #741F8E; }
span { border-color: rgb(116,31,142); }
td.TdClassName
{
border-color: #741F8E;
}
.TagClassName
{
border-color: #741F8E;
}
</style>