Shades of Vivid Violet #75189F
Tints of Vivid Violet #75189F
RGB
CMYK
RGB Variations
Color information
#75189F (or 0x75189F) is known color: Vivid Violet. HEX triplet: 75, 18 and 9F. RGB value is (117,24,159). Sum of RGB (Red+Green+Blue) = 117+24+159=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #75189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75189F is #8AE760. Grayscale: #424242. Windows color (decimal): -9103201 or 10426485. OLE color: 10426485.
HSL color Cylindrical-coordinate representation of color #75189F: hue angle of 281.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75189F is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 24 | 159 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.38 |
| HSL | 281.33º | 0.74% | 0.36% | - |
| HSV(B) | 281.33º | 0.85% | 0.62% | - |
| XYZ | 13.92 | 6.94 | 33.41 | - |
| YUV | 67.2 | 179.81 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 159 | 0.26 | 0.85 | 0 | 0.38 | 281.33 | 0.74 | 0.36 |
| Hex | 75 | 18 | 9F | 1A | 55 | 0 | 26 | 119 | 4A | 24 |
| Octal | 165 | 30 | 237 | 32 | 125 | 0 | 46 | 431 | 112 | 44 |
| Binary | 1110101 | 11000 | 10011111 | 11010 | 1010101 | 0 | 100110 | 100011001 | 1001010 | 100100 |
Color Harmonies of #75189F
Complementary color
Monochromatic Colors of #75189F
Black with #75189F
Text Example
Text Example
White with #75189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75189F; }
p { color: rgb(117,24,159); }
H1.HeaderClassName
{
color: #75189F;
}
.AnyTagClassName
{
color: #75189F;
}
</style>
background-color css
<style>
a { background-color: #75189F; }
a { background-color: rgb(117,24,159); }
div.DivClassName
{
background-color: #75189F;
}
.BgClassName
{
background-color: #75189F;
}
</style>
border-color css
<style>
span { border-color: #75189F; }
span { border-color: rgb(117,24,159); }
td.TdClassName
{
border-color: #75189F;
}
.TagClassName
{
border-color: #75189F;
}
</style>