Shades of Vivid Violet #751F9C
Tints of Vivid Violet #751F9C
RGB
CMYK
RGB Variations
Color information
#751F9C (or 0x751F9C) is known color: Vivid Violet. HEX triplet: 75, 1F and 9C. RGB value is (117,31,156). Sum of RGB (Red+Green+Blue) = 117+31+156=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #751F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F9C is #8AE063. Grayscale: #464646. Windows color (decimal): -9101412 or 10231669. OLE color: 10231669.
HSL color Cylindrical-coordinate representation of color #751F9C: hue angle of 281.28º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751F9C is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 31 | 156 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.39 |
| HSL | 281.28º | 0.67% | 0.37% | - |
| HSV(B) | 281.28º | 0.8% | 0.61% | - |
| XYZ | 13.83 | 7.16 | 32.11 | - |
| YUV | 70.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 156 | 0.25 | 0.80 | 0 | 0.39 | 281.28 | 0.67 | 0.37 |
| Hex | 75 | 1F | 9C | 19 | 50 | 0 | 27 | 119 | 43 | 25 |
| Octal | 165 | 37 | 234 | 31 | 120 | 0 | 47 | 431 | 103 | 45 |
| Binary | 1110101 | 11111 | 10011100 | 11001 | 1010000 | 0 | 100111 | 100011001 | 1000011 | 100101 |
Color Harmonies of #751F9C
Complementary color
Monochromatic Colors of #751F9C
Black with #751F9C
Text Example
Text Example
White with #751F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F9C; }
p { color: rgb(117,31,156); }
H1.HeaderClassName
{
color: #751F9C;
}
.AnyTagClassName
{
color: #751F9C;
}
</style>
background-color css
<style>
a { background-color: #751F9C; }
a { background-color: rgb(117,31,156); }
div.DivClassName
{
background-color: #751F9C;
}
.BgClassName
{
background-color: #751F9C;
}
</style>
border-color css
<style>
span { border-color: #751F9C; }
span { border-color: rgb(117,31,156); }
td.TdClassName
{
border-color: #751F9C;
}
.TagClassName
{
border-color: #751F9C;
}
</style>