Shades of Vivid Violet #753C85
Tints of Vivid Violet #753C85
RGB
CMYK
RGB Variations
Color information
#753C85 (or 0x753C85) is known color: Vivid Violet. HEX triplet: 75, 3C and 85. RGB value is (117,60,133). Sum of RGB (Red+Green+Blue) = 117+60+133=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #753C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753C85 is #8AC37A. Grayscale: #555555. Windows color (decimal): -9094011 or 8731765. OLE color: 8731765.
HSL color Cylindrical-coordinate representation of color #753C85: hue angle of 286.85º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753C85 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 60 | 133 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.48 |
| HSL | 286.85º | 0.38% | 0.38% | - |
| HSV(B) | 286.85º | 0.55% | 0.52% | - |
| XYZ | 13.19 | 8.71 | 23.18 | - |
| YUV | 85.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 133 | 0.12 | 0.55 | 0 | 0.48 | 286.85 | 0.38 | 0.38 |
| Hex | 75 | 3C | 85 | C | 37 | 0 | 30 | 11F | 26 | 26 |
| Octal | 165 | 74 | 205 | 14 | 67 | 0 | 60 | 437 | 46 | 46 |
| Binary | 1110101 | 111100 | 10000101 | 1100 | 110111 | 0 | 110000 | 100011111 | 100110 | 100110 |
Color Harmonies of #753C85
Complementary color
Monochromatic Colors of #753C85
Black with #753C85
Text Example
Text Example
White with #753C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C85; }
p { color: rgb(117,60,133); }
H1.HeaderClassName
{
color: #753C85;
}
.AnyTagClassName
{
color: #753C85;
}
</style>
background-color css
<style>
a { background-color: #753C85; }
a { background-color: rgb(117,60,133); }
div.DivClassName
{
background-color: #753C85;
}
.BgClassName
{
background-color: #753C85;
}
</style>
border-color css
<style>
span { border-color: #753C85; }
span { border-color: rgb(117,60,133); }
td.TdClassName
{
border-color: #753C85;
}
.TagClassName
{
border-color: #753C85;
}
</style>