Shades of Vivid Violet #741F85
Tints of Vivid Violet #741F85
RGB
CMYK
RGB Variations
Color information
#741F85 (or 0x741F85) is known color: Vivid Violet. HEX triplet: 74, 1F and 85. RGB value is (116,31,133). Sum of RGB (Red+Green+Blue) = 116+31+133=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #741F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741F85 is #8BE07A. Grayscale: #434343. Windows color (decimal): -9166971 or 8724340. OLE color: 8724340.
HSL color Cylindrical-coordinate representation of color #741F85: hue angle of 290º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741F85 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 31 | 133 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.48 |
| HSL | 290º | 0.62% | 0.32% | - |
| HSV(B) | 290º | 0.77% | 0.52% | - |
| XYZ | 11.93 | 6.39 | 22.79 | - |
| YUV | 68.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 133 | 0.13 | 0.77 | 0 | 0.48 | 290 | 0.62 | 0.32 |
| Hex | 74 | 1F | 85 | D | 4D | 0 | 30 | 122 | 3E | 20 |
| Octal | 164 | 37 | 205 | 15 | 115 | 0 | 60 | 442 | 76 | 40 |
| Binary | 1110100 | 11111 | 10000101 | 1101 | 1001101 | 0 | 110000 | 100100010 | 111110 | 100000 |
Color Harmonies of #741F85
Complementary color
Monochromatic Colors of #741F85
Black with #741F85
Text Example
Text Example
White with #741F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F85; }
p { color: rgb(116,31,133); }
H1.HeaderClassName
{
color: #741F85;
}
.AnyTagClassName
{
color: #741F85;
}
</style>
background-color css
<style>
a { background-color: #741F85; }
a { background-color: rgb(116,31,133); }
div.DivClassName
{
background-color: #741F85;
}
.BgClassName
{
background-color: #741F85;
}
</style>
border-color css
<style>
span { border-color: #741F85; }
span { border-color: rgb(116,31,133); }
td.TdClassName
{
border-color: #741F85;
}
.TagClassName
{
border-color: #741F85;
}
</style>