Shades of Vivid Violet #752795
Tints of Vivid Violet #752795
RGB
CMYK
RGB Variations
Color information
#752795 (or 0x752795) is known color: Vivid Violet. HEX triplet: 75, 27 and 95. RGB value is (117,39,149). Sum of RGB (Red+Green+Blue) = 117+39+149=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #752795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752795 is #8AD86A. Grayscale: #4A4A4A. Windows color (decimal): -9099371 or 9774965. OLE color: 9774965.
HSL color Cylindrical-coordinate representation of color #752795: hue angle of 282.55º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752795 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 39 | 149 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.42 |
| HSL | 282.55º | 0.59% | 0.37% | - |
| HSV(B) | 282.55º | 0.74% | 0.58% | - |
| XYZ | 13.49 | 7.4 | 29.15 | - |
| YUV | 74.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 149 | 0.21 | 0.74 | 0 | 0.42 | 282.55 | 0.59 | 0.37 |
| Hex | 75 | 27 | 95 | 15 | 4A | 0 | 2A | 11B | 3B | 25 |
| Octal | 165 | 47 | 225 | 25 | 112 | 0 | 52 | 433 | 73 | 45 |
| Binary | 1110101 | 100111 | 10010101 | 10101 | 1001010 | 0 | 101010 | 100011011 | 111011 | 100101 |
Color Harmonies of #752795
Complementary color
Monochromatic Colors of #752795
Black with #752795
Text Example
Text Example
White with #752795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752795; }
p { color: rgb(117,39,149); }
H1.HeaderClassName
{
color: #752795;
}
.AnyTagClassName
{
color: #752795;
}
</style>
background-color css
<style>
a { background-color: #752795; }
a { background-color: rgb(117,39,149); }
div.DivClassName
{
background-color: #752795;
}
.BgClassName
{
background-color: #752795;
}
</style>
border-color css
<style>
span { border-color: #752795; }
span { border-color: rgb(117,39,149); }
td.TdClassName
{
border-color: #752795;
}
.TagClassName
{
border-color: #752795;
}
</style>