Shades of Vivid Violet #75299E
Tints of Vivid Violet #75299E
RGB
CMYK
RGB Variations
Color information
#75299E (or 0x75299E) is known color: Vivid Violet. HEX triplet: 75, 29 and 9E. RGB value is (117,41,158). Sum of RGB (Red+Green+Blue) = 117+41+158=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #75299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75299E is #8AD661. Grayscale: #4C4C4C. Windows color (decimal): -9098850 or 10365301. OLE color: 10365301.
HSL color Cylindrical-coordinate representation of color #75299E: hue angle of 278.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75299E is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 41 | 158 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.38 |
| HSL | 278.97º | 0.59% | 0.39% | - |
| HSV(B) | 278.97º | 0.74% | 0.62% | - |
| XYZ | 14.3 | 7.84 | 33.11 | - |
| YUV | 77.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 158 | 0.26 | 0.74 | 0 | 0.38 | 278.97 | 0.59 | 0.39 |
| Hex | 75 | 29 | 9E | 1A | 4A | 0 | 26 | 117 | 3B | 27 |
| Octal | 165 | 51 | 236 | 32 | 112 | 0 | 46 | 427 | 73 | 47 |
| Binary | 1110101 | 101001 | 10011110 | 11010 | 1001010 | 0 | 100110 | 100010111 | 111011 | 100111 |
Color Harmonies of #75299E
Complementary color
Monochromatic Colors of #75299E
Black with #75299E
Text Example
Text Example
White with #75299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75299E; }
p { color: rgb(117,41,158); }
H1.HeaderClassName
{
color: #75299E;
}
.AnyTagClassName
{
color: #75299E;
}
</style>
background-color css
<style>
a { background-color: #75299E; }
a { background-color: rgb(117,41,158); }
div.DivClassName
{
background-color: #75299E;
}
.BgClassName
{
background-color: #75299E;
}
</style>
border-color css
<style>
span { border-color: #75299E; }
span { border-color: rgb(117,41,158); }
td.TdClassName
{
border-color: #75299E;
}
.TagClassName
{
border-color: #75299E;
}
</style>