Shades of Vivid Violet #752592
Tints of Vivid Violet #752592
RGB
CMYK
RGB Variations
Color information
#752592 (or 0x752592) is known color: Vivid Violet. HEX triplet: 75, 25 and 92. RGB value is (117,37,146). Sum of RGB (Red+Green+Blue) = 117+37+146=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #752592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752592 is #8ADA6D. Grayscale: #484848. Windows color (decimal): -9099886 or 9577845. OLE color: 9577845.
HSL color Cylindrical-coordinate representation of color #752592: hue angle of 284.04º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752592 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 37 | 146 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.43 |
| HSL | 284.04º | 0.6% | 0.36% | - |
| HSV(B) | 284.04º | 0.75% | 0.57% | - |
| XYZ | 13.19 | 7.18 | 27.89 | - |
| YUV | 73.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 146 | 0.20 | 0.75 | 0 | 0.43 | 284.04 | 0.6 | 0.36 |
| Hex | 75 | 25 | 92 | 14 | 4B | 0 | 2B | 11C | 3C | 24 |
| Octal | 165 | 45 | 222 | 24 | 113 | 0 | 53 | 434 | 74 | 44 |
| Binary | 1110101 | 100101 | 10010010 | 10100 | 1001011 | 0 | 101011 | 100011100 | 111100 | 100100 |
Color Harmonies of #752592
Complementary color
Monochromatic Colors of #752592
Black with #752592
Text Example
Text Example
White with #752592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752592; }
p { color: rgb(117,37,146); }
H1.HeaderClassName
{
color: #752592;
}
.AnyTagClassName
{
color: #752592;
}
</style>
background-color css
<style>
a { background-color: #752592; }
a { background-color: rgb(117,37,146); }
div.DivClassName
{
background-color: #752592;
}
.BgClassName
{
background-color: #752592;
}
</style>
border-color css
<style>
span { border-color: #752592; }
span { border-color: rgb(117,37,146); }
td.TdClassName
{
border-color: #752592;
}
.TagClassName
{
border-color: #752592;
}
</style>