Shades of Vivid Violet #75288D
Tints of Vivid Violet #75288D
RGB
CMYK
RGB Variations
Color information
#75288D (or 0x75288D) is known color: Vivid Violet. HEX triplet: 75, 28 and 8D. RGB value is (117,40,141). Sum of RGB (Red+Green+Blue) = 117+40+141=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #75288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75288D is #8AD772. Grayscale: #4A4A4A. Windows color (decimal): -9099123 or 9250933. OLE color: 9250933.
HSL color Cylindrical-coordinate representation of color #75288D: hue angle of 285.74º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75288D is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 40 | 141 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.45 |
| HSL | 285.74º | 0.56% | 0.35% | - |
| HSV(B) | 285.74º | 0.72% | 0.55% | - |
| XYZ | 12.9 | 7.22 | 25.91 | - |
| YUV | 74.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 141 | 0.17 | 0.72 | 0 | 0.45 | 285.74 | 0.56 | 0.35 |
| Hex | 75 | 28 | 8D | 11 | 48 | 0 | 2D | 11E | 38 | 23 |
| Octal | 165 | 50 | 215 | 21 | 110 | 0 | 55 | 436 | 70 | 43 |
| Binary | 1110101 | 101000 | 10001101 | 10001 | 1001000 | 0 | 101101 | 100011110 | 111000 | 100011 |
Color Harmonies of #75288D
Complementary color
Monochromatic Colors of #75288D
Black with #75288D
Text Example
Text Example
White with #75288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75288D; }
p { color: rgb(117,40,141); }
H1.HeaderClassName
{
color: #75288D;
}
.AnyTagClassName
{
color: #75288D;
}
</style>
background-color css
<style>
a { background-color: #75288D; }
a { background-color: rgb(117,40,141); }
div.DivClassName
{
background-color: #75288D;
}
.BgClassName
{
background-color: #75288D;
}
</style>
border-color css
<style>
span { border-color: #75288D; }
span { border-color: rgb(117,40,141); }
td.TdClassName
{
border-color: #75288D;
}
.TagClassName
{
border-color: #75288D;
}
</style>