Shades of Vivid Violet #751EA1
Tints of Vivid Violet #751EA1
RGB
CMYK
RGB Variations
Color information
#751EA1 (or 0x751EA1) is known color: Vivid Violet. HEX triplet: 75, 1E and A1. RGB value is (117,30,161). Sum of RGB (Red+Green+Blue) = 117+30+161=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #751EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751EA1 is #8AE15E. Grayscale: #464646. Windows color (decimal): -9101663 or 10559093. OLE color: 10559093.
HSL color Cylindrical-coordinate representation of color #751EA1: hue angle of 279.85º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751EA1 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 30 | 161 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.37 |
| HSL | 279.85º | 0.69% | 0.37% | - |
| HSV(B) | 279.85º | 0.81% | 0.63% | - |
| XYZ | 14.23 | 7.28 | 34.37 | - |
| YUV | 70.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 161 | 0.27 | 0.81 | 0 | 0.37 | 279.85 | 0.69 | 0.37 |
| Hex | 75 | 1E | A1 | 1B | 51 | 0 | 25 | 118 | 45 | 25 |
| Octal | 165 | 36 | 241 | 33 | 121 | 0 | 45 | 430 | 105 | 45 |
| Binary | 1110101 | 11110 | 10100001 | 11011 | 1010001 | 0 | 100101 | 100011000 | 1000101 | 100101 |
Color Harmonies of #751EA1
Complementary color
Monochromatic Colors of #751EA1
Black with #751EA1
Text Example
Text Example
White with #751EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EA1; }
p { color: rgb(117,30,161); }
H1.HeaderClassName
{
color: #751EA1;
}
.AnyTagClassName
{
color: #751EA1;
}
</style>
background-color css
<style>
a { background-color: #751EA1; }
a { background-color: rgb(117,30,161); }
div.DivClassName
{
background-color: #751EA1;
}
.BgClassName
{
background-color: #751EA1;
}
</style>
border-color css
<style>
span { border-color: #751EA1; }
span { border-color: rgb(117,30,161); }
td.TdClassName
{
border-color: #751EA1;
}
.TagClassName
{
border-color: #751EA1;
}
</style>