Shades of Vivid Violet #75239A
Tints of Vivid Violet #75239A
RGB
CMYK
RGB Variations
Color information
#75239A (or 0x75239A) is known color: Vivid Violet. HEX triplet: 75, 23 and 9A. RGB value is (117,35,154). Sum of RGB (Red+Green+Blue) = 117+35+154=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #75239A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75239A is #8ADC65. Grayscale: #484848. Windows color (decimal): -9100390 or 10101621. OLE color: 10101621.
HSL color Cylindrical-coordinate representation of color #75239A: hue angle of 281.34º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75239A is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 35 | 154 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.40 |
| HSL | 281.34º | 0.63% | 0.37% | - |
| HSV(B) | 281.34º | 0.77% | 0.6% | - |
| XYZ | 13.77 | 7.32 | 31.26 | - |
| YUV | 73.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 154 | 0.24 | 0.77 | 0 | 0.40 | 281.34 | 0.63 | 0.37 |
| Hex | 75 | 23 | 9A | 18 | 4D | 0 | 28 | 119 | 3F | 25 |
| Octal | 165 | 43 | 232 | 30 | 115 | 0 | 50 | 431 | 77 | 45 |
| Binary | 1110101 | 100011 | 10011010 | 11000 | 1001101 | 0 | 101000 | 100011001 | 111111 | 100101 |
Color Harmonies of #75239A
Complementary color
Monochromatic Colors of #75239A
Black with #75239A
Text Example
Text Example
White with #75239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75239A; }
p { color: rgb(117,35,154); }
H1.HeaderClassName
{
color: #75239A;
}
.AnyTagClassName
{
color: #75239A;
}
</style>
background-color css
<style>
a { background-color: #75239A; }
a { background-color: rgb(117,35,154); }
div.DivClassName
{
background-color: #75239A;
}
.BgClassName
{
background-color: #75239A;
}
</style>
border-color css
<style>
span { border-color: #75239A; }
span { border-color: rgb(117,35,154); }
td.TdClassName
{
border-color: #75239A;
}
.TagClassName
{
border-color: #75239A;
}
</style>