Shades of Vivid Violet #75179B
Tints of Vivid Violet #75179B
RGB
CMYK
RGB Variations
Color information
#75179B (or 0x75179B) is known color: Vivid Violet. HEX triplet: 75, 17 and 9B. RGB value is (117,23,155). Sum of RGB (Red+Green+Blue) = 117+23+155=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #75179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75179B is #8AE864. Grayscale: #414141. Windows color (decimal): -9103461 or 10164085. OLE color: 10164085.
HSL color Cylindrical-coordinate representation of color #75179B: hue angle of 282.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75179B is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 23 | 155 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.39 |
| HSL | 282.73º | 0.74% | 0.35% | - |
| HSV(B) | 282.73º | 0.85% | 0.61% | - |
| XYZ | 13.56 | 6.76 | 31.6 | - |
| YUV | 66.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 155 | 0.25 | 0.85 | 0 | 0.39 | 282.73 | 0.74 | 0.35 |
| Hex | 75 | 17 | 9B | 19 | 55 | 0 | 27 | 11B | 4A | 23 |
| Octal | 165 | 27 | 233 | 31 | 125 | 0 | 47 | 433 | 112 | 43 |
| Binary | 1110101 | 10111 | 10011011 | 11001 | 1010101 | 0 | 100111 | 100011011 | 1001010 | 100011 |
Color Harmonies of #75179B
Complementary color
Monochromatic Colors of #75179B
Black with #75179B
Text Example
Text Example
White with #75179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75179B; }
p { color: rgb(117,23,155); }
H1.HeaderClassName
{
color: #75179B;
}
.AnyTagClassName
{
color: #75179B;
}
</style>
background-color css
<style>
a { background-color: #75179B; }
a { background-color: rgb(117,23,155); }
div.DivClassName
{
background-color: #75179B;
}
.BgClassName
{
background-color: #75179B;
}
</style>
border-color css
<style>
span { border-color: #75179B; }
span { border-color: rgb(117,23,155); }
td.TdClassName
{
border-color: #75179B;
}
.TagClassName
{
border-color: #75179B;
}
</style>