Shades of Vivid Violet #752593
Tints of Vivid Violet #752593
RGB
CMYK
RGB Variations
Color information
#752593 (or 0x752593) is known color: Vivid Violet. HEX triplet: 75, 25 and 93. RGB value is (117,37,147). Sum of RGB (Red+Green+Blue) = 117+37+147=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #752593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752593 is #8ADA6C. Grayscale: #494949. Windows color (decimal): -9099885 or 9643381. OLE color: 9643381.
HSL color Cylindrical-coordinate representation of color #752593: hue angle of 283.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752593 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 37 | 147 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.42 |
| HSL | 283.64º | 0.6% | 0.36% | - |
| HSV(B) | 283.64º | 0.75% | 0.58% | - |
| XYZ | 13.26 | 7.21 | 28.3 | - |
| YUV | 73.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 147 | 0.20 | 0.75 | 0 | 0.42 | 283.64 | 0.6 | 0.36 |
| Hex | 75 | 25 | 93 | 14 | 4B | 0 | 2A | 11C | 3C | 24 |
| Octal | 165 | 45 | 223 | 24 | 113 | 0 | 52 | 434 | 74 | 44 |
| Binary | 1110101 | 100101 | 10010011 | 10100 | 1001011 | 0 | 101010 | 100011100 | 111100 | 100100 |
Color Harmonies of #752593
Complementary color
Monochromatic Colors of #752593
Black with #752593
Text Example
Text Example
White with #752593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752593; }
p { color: rgb(117,37,147); }
H1.HeaderClassName
{
color: #752593;
}
.AnyTagClassName
{
color: #752593;
}
</style>
background-color css
<style>
a { background-color: #752593; }
a { background-color: rgb(117,37,147); }
div.DivClassName
{
background-color: #752593;
}
.BgClassName
{
background-color: #752593;
}
</style>
border-color css
<style>
span { border-color: #752593; }
span { border-color: rgb(117,37,147); }
td.TdClassName
{
border-color: #752593;
}
.TagClassName
{
border-color: #752593;
}
</style>