Shades of Vivid Violet #751891
Tints of Vivid Violet #751891
RGB
CMYK
RGB Variations
Color information
#751891 (or 0x751891) is known color: Vivid Violet. HEX triplet: 75, 18 and 91. RGB value is (117,24,145). Sum of RGB (Red+Green+Blue) = 117+24+145=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #751891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751891 is #8AE76E. Grayscale: #414141. Windows color (decimal): -9103215 or 9508981. OLE color: 9508981.
HSL color Cylindrical-coordinate representation of color #751891: hue angle of 286.12º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751891 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 24 | 145 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.43 |
| HSL | 286.12º | 0.72% | 0.33% | - |
| HSV(B) | 286.12º | 0.83% | 0.57% | - |
| XYZ | 12.77 | 6.48 | 27.37 | - |
| YUV | 65.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 145 | 0.19 | 0.83 | 0 | 0.43 | 286.12 | 0.72 | 0.33 |
| Hex | 75 | 18 | 91 | 13 | 53 | 0 | 2B | 11E | 48 | 21 |
| Octal | 165 | 30 | 221 | 23 | 123 | 0 | 53 | 436 | 110 | 41 |
| Binary | 1110101 | 11000 | 10010001 | 10011 | 1010011 | 0 | 101011 | 100011110 | 1001000 | 100001 |
Color Harmonies of #751891
Complementary color
Monochromatic Colors of #751891
Black with #751891
Text Example
Text Example
White with #751891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751891; }
p { color: rgb(117,24,145); }
H1.HeaderClassName
{
color: #751891;
}
.AnyTagClassName
{
color: #751891;
}
</style>
background-color css
<style>
a { background-color: #751891; }
a { background-color: rgb(117,24,145); }
div.DivClassName
{
background-color: #751891;
}
.BgClassName
{
background-color: #751891;
}
</style>
border-color css
<style>
span { border-color: #751891; }
span { border-color: rgb(117,24,145); }
td.TdClassName
{
border-color: #751891;
}
.TagClassName
{
border-color: #751891;
}
</style>