Shades of Vivid Violet #75178F
Tints of Vivid Violet #75178F
RGB
CMYK
RGB Variations
Color information
#75178F (or 0x75178F) is known color: Vivid Violet. HEX triplet: 75, 17 and 8F. RGB value is (117,23,143). Sum of RGB (Red+Green+Blue) = 117+23+143=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #75178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75178F is #8AE870. Grayscale: #404040. Windows color (decimal): -9103473 or 9377653. OLE color: 9377653.
HSL color Cylindrical-coordinate representation of color #75178F: hue angle of 287º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75178F is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 23 | 143 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.44 |
| HSL | 287º | 0.72% | 0.33% | - |
| HSV(B) | 287º | 0.84% | 0.56% | - |
| XYZ | 12.6 | 6.38 | 26.55 | - |
| YUV | 64.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 143 | 0.18 | 0.84 | 0 | 0.44 | 287 | 0.72 | 0.33 |
| Hex | 75 | 17 | 8F | 12 | 54 | 0 | 2C | 11F | 48 | 21 |
| Octal | 165 | 27 | 217 | 22 | 124 | 0 | 54 | 437 | 110 | 41 |
| Binary | 1110101 | 10111 | 10001111 | 10010 | 1010100 | 0 | 101100 | 100011111 | 1001000 | 100001 |
Color Harmonies of #75178F
Complementary color
Monochromatic Colors of #75178F
Black with #75178F
Text Example
Text Example
White with #75178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75178F; }
p { color: rgb(117,23,143); }
H1.HeaderClassName
{
color: #75178F;
}
.AnyTagClassName
{
color: #75178F;
}
</style>
background-color css
<style>
a { background-color: #75178F; }
a { background-color: rgb(117,23,143); }
div.DivClassName
{
background-color: #75178F;
}
.BgClassName
{
background-color: #75178F;
}
</style>
border-color css
<style>
span { border-color: #75178F; }
span { border-color: rgb(117,23,143); }
td.TdClassName
{
border-color: #75178F;
}
.TagClassName
{
border-color: #75178F;
}
</style>