Shades of Vivid Violet #75249A
Tints of Vivid Violet #75249A
RGB
CMYK
RGB Variations
Color information
#75249A (or 0x75249A) is known color: Vivid Violet. HEX triplet: 75, 24 and 9A. RGB value is (117,36,154). Sum of RGB (Red+Green+Blue) = 117+36+154=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #75249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75249A is #8ADB65. Grayscale: #494949. Windows color (decimal): -9100134 or 10101877. OLE color: 10101877.
HSL color Cylindrical-coordinate representation of color #75249A: hue angle of 281.19º degrees, saturation: 0.62, 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 #75249A is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 36 | 154 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.40 |
| HSL | 281.19º | 0.62% | 0.37% | - |
| HSV(B) | 281.19º | 0.77% | 0.6% | - |
| XYZ | 13.8 | 7.38 | 31.27 | - |
| YUV | 73.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 154 | 0.24 | 0.77 | 0 | 0.40 | 281.19 | 0.62 | 0.37 |
| Hex | 75 | 24 | 9A | 18 | 4D | 0 | 28 | 119 | 3E | 25 |
| Octal | 165 | 44 | 232 | 30 | 115 | 0 | 50 | 431 | 76 | 45 |
| Binary | 1110101 | 100100 | 10011010 | 11000 | 1001101 | 0 | 101000 | 100011001 | 111110 | 100101 |
Color Harmonies of #75249A
Complementary color
Monochromatic Colors of #75249A
Black with #75249A
Text Example
Text Example
White with #75249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75249A; }
p { color: rgb(117,36,154); }
H1.HeaderClassName
{
color: #75249A;
}
.AnyTagClassName
{
color: #75249A;
}
</style>
background-color css
<style>
a { background-color: #75249A; }
a { background-color: rgb(117,36,154); }
div.DivClassName
{
background-color: #75249A;
}
.BgClassName
{
background-color: #75249A;
}
</style>
border-color css
<style>
span { border-color: #75249A; }
span { border-color: rgb(117,36,154); }
td.TdClassName
{
border-color: #75249A;
}
.TagClassName
{
border-color: #75249A;
}
</style>