Shades of Vivid Violet #751A90
Tints of Vivid Violet #751A90
RGB
CMYK
RGB Variations
Color information
#751A90 (or 0x751A90) is known color: Vivid Violet. HEX triplet: 75, 1A and 90. RGB value is (117,26,144). Sum of RGB (Red+Green+Blue) = 117+26+144=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #751A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A90 is #8AE56F. Grayscale: #424242. Windows color (decimal): -9102704 or 9443957. OLE color: 9443957.
HSL color Cylindrical-coordinate representation of color #751A90: hue angle of 286.27º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751A90 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 26 | 144 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.44 |
| HSL | 286.27º | 0.69% | 0.33% | - |
| HSV(B) | 286.27º | 0.82% | 0.56% | - |
| XYZ | 12.74 | 6.53 | 26.98 | - |
| YUV | 66.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 144 | 0.19 | 0.82 | 0 | 0.44 | 286.27 | 0.69 | 0.33 |
| Hex | 75 | 1A | 90 | 13 | 52 | 0 | 2C | 11E | 45 | 21 |
| Octal | 165 | 32 | 220 | 23 | 122 | 0 | 54 | 436 | 105 | 41 |
| Binary | 1110101 | 11010 | 10010000 | 10011 | 1010010 | 0 | 101100 | 100011110 | 1000101 | 100001 |
Color Harmonies of #751A90
Complementary color
Monochromatic Colors of #751A90
Black with #751A90
Text Example
Text Example
White with #751A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A90; }
p { color: rgb(117,26,144); }
H1.HeaderClassName
{
color: #751A90;
}
.AnyTagClassName
{
color: #751A90;
}
</style>
background-color css
<style>
a { background-color: #751A90; }
a { background-color: rgb(117,26,144); }
div.DivClassName
{
background-color: #751A90;
}
.BgClassName
{
background-color: #751A90;
}
</style>
border-color css
<style>
span { border-color: #751A90; }
span { border-color: rgb(117,26,144); }
td.TdClassName
{
border-color: #751A90;
}
.TagClassName
{
border-color: #751A90;
}
</style>