Shades of Vivid Violet #751A9C
Tints of Vivid Violet #751A9C
RGB
CMYK
RGB Variations
Color information
#751A9C (or 0x751A9C) is known color: Vivid Violet. HEX triplet: 75, 1A and 9C. RGB value is (117,26,156). Sum of RGB (Red+Green+Blue) = 117+26+156=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #751A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A9C is #8AE563. Grayscale: #434343. Windows color (decimal): -9102692 or 10230389. OLE color: 10230389.
HSL color Cylindrical-coordinate representation of color #751A9C: hue angle of 282º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751A9C is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 26 | 156 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.39 |
| HSL | 282º | 0.71% | 0.36% | - |
| HSV(B) | 282º | 0.83% | 0.61% | - |
| XYZ | 13.71 | 6.92 | 32.07 | - |
| YUV | 68.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 156 | 0.25 | 0.83 | 0 | 0.39 | 282 | 0.71 | 0.36 |
| Hex | 75 | 1A | 9C | 19 | 53 | 0 | 27 | 11A | 47 | 24 |
| Octal | 165 | 32 | 234 | 31 | 123 | 0 | 47 | 432 | 107 | 44 |
| Binary | 1110101 | 11010 | 10011100 | 11001 | 1010011 | 0 | 100111 | 100011010 | 1000111 | 100100 |
Color Harmonies of #751A9C
Complementary color
Monochromatic Colors of #751A9C
Black with #751A9C
Text Example
Text Example
White with #751A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A9C; }
p { color: rgb(117,26,156); }
H1.HeaderClassName
{
color: #751A9C;
}
.AnyTagClassName
{
color: #751A9C;
}
</style>
background-color css
<style>
a { background-color: #751A9C; }
a { background-color: rgb(117,26,156); }
div.DivClassName
{
background-color: #751A9C;
}
.BgClassName
{
background-color: #751A9C;
}
</style>
border-color css
<style>
span { border-color: #751A9C; }
span { border-color: rgb(117,26,156); }
td.TdClassName
{
border-color: #751A9C;
}
.TagClassName
{
border-color: #751A9C;
}
</style>