Shades of Vivid Violet #752693
Tints of Vivid Violet #752693
RGB
CMYK
RGB Variations
Color information
#752693 (or 0x752693) is known color: Vivid Violet. HEX triplet: 75, 26 and 93. RGB value is (117,38,147). Sum of RGB (Red+Green+Blue) = 117+38+147=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #752693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752693 is #8AD96C. Grayscale: #494949. Windows color (decimal): -9099629 or 9643637. OLE color: 9643637.
HSL color Cylindrical-coordinate representation of color #752693: hue angle of 283.49º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752693 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 38 | 147 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.42 |
| HSL | 283.49º | 0.59% | 0.36% | - |
| HSV(B) | 283.49º | 0.74% | 0.58% | - |
| XYZ | 13.3 | 7.27 | 28.31 | - |
| YUV | 74.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 147 | 0.20 | 0.74 | 0 | 0.42 | 283.49 | 0.59 | 0.36 |
| Hex | 75 | 26 | 93 | 14 | 4A | 0 | 2A | 11B | 3B | 24 |
| Octal | 165 | 46 | 223 | 24 | 112 | 0 | 52 | 433 | 73 | 44 |
| Binary | 1110101 | 100110 | 10010011 | 10100 | 1001010 | 0 | 101010 | 100011011 | 111011 | 100100 |
Color Harmonies of #752693
Complementary color
Monochromatic Colors of #752693
Black with #752693
Text Example
Text Example
White with #752693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752693; }
p { color: rgb(117,38,147); }
H1.HeaderClassName
{
color: #752693;
}
.AnyTagClassName
{
color: #752693;
}
</style>
background-color css
<style>
a { background-color: #752693; }
a { background-color: rgb(117,38,147); }
div.DivClassName
{
background-color: #752693;
}
.BgClassName
{
background-color: #752693;
}
</style>
border-color css
<style>
span { border-color: #752693; }
span { border-color: rgb(117,38,147); }
td.TdClassName
{
border-color: #752693;
}
.TagClassName
{
border-color: #752693;
}
</style>