Shades of Vivid Violet #751FA3
Tints of Vivid Violet #751FA3
RGB
CMYK
RGB Variations
Color information
#751FA3 (or 0x751FA3) is known color: Vivid Violet. HEX triplet: 75, 1F and A3. RGB value is (117,31,163). Sum of RGB (Red+Green+Blue) = 117+31+163=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #751FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751FA3 is #8AE05C. Grayscale: #474747. Windows color (decimal): -9101405 or 10690421. OLE color: 10690421.
HSL color Cylindrical-coordinate representation of color #751FA3: hue angle of 279.09º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751FA3 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 31 | 163 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.36 |
| HSL | 279.09º | 0.68% | 0.38% | - |
| HSV(B) | 279.09º | 0.81% | 0.64% | - |
| XYZ | 14.44 | 7.41 | 35.32 | - |
| YUV | 71.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 163 | 0.28 | 0.81 | 0 | 0.36 | 279.09 | 0.68 | 0.38 |
| Hex | 75 | 1F | A3 | 1C | 51 | 0 | 24 | 117 | 44 | 26 |
| Octal | 165 | 37 | 243 | 34 | 121 | 0 | 44 | 427 | 104 | 46 |
| Binary | 1110101 | 11111 | 10100011 | 11100 | 1010001 | 0 | 100100 | 100010111 | 1000100 | 100110 |
Color Harmonies of #751FA3
Complementary color
Monochromatic Colors of #751FA3
Black with #751FA3
Text Example
Text Example
White with #751FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751FA3; }
p { color: rgb(117,31,163); }
H1.HeaderClassName
{
color: #751FA3;
}
.AnyTagClassName
{
color: #751FA3;
}
</style>
background-color css
<style>
a { background-color: #751FA3; }
a { background-color: rgb(117,31,163); }
div.DivClassName
{
background-color: #751FA3;
}
.BgClassName
{
background-color: #751FA3;
}
</style>
border-color css
<style>
span { border-color: #751FA3; }
span { border-color: rgb(117,31,163); }
td.TdClassName
{
border-color: #751FA3;
}
.TagClassName
{
border-color: #751FA3;
}
</style>