Shades of Vivid Violet #753D85
Tints of Vivid Violet #753D85
RGB
CMYK
RGB Variations
Color information
#753D85 (or 0x753D85) is known color: Vivid Violet. HEX triplet: 75, 3D and 85. RGB value is (117,61,133). Sum of RGB (Red+Green+Blue) = 117+61+133=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #753D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D85 is #8AC27A. Grayscale: #555555. Windows color (decimal): -9093755 or 8732021. OLE color: 8732021.
HSL color Cylindrical-coordinate representation of color #753D85: hue angle of 286.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753D85 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 61 | 133 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.48 |
| HSL | 286.67º | 0.37% | 0.38% | - |
| HSV(B) | 286.67º | 0.54% | 0.52% | - |
| XYZ | 13.24 | 8.81 | 23.19 | - |
| YUV | 85.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 133 | 0.12 | 0.54 | 0 | 0.48 | 286.67 | 0.37 | 0.38 |
| Hex | 75 | 3D | 85 | C | 36 | 0 | 30 | 11F | 25 | 26 |
| Octal | 165 | 75 | 205 | 14 | 66 | 0 | 60 | 437 | 45 | 46 |
| Binary | 1110101 | 111101 | 10000101 | 1100 | 110110 | 0 | 110000 | 100011111 | 100101 | 100110 |
Color Harmonies of #753D85
Complementary color
Monochromatic Colors of #753D85
Black with #753D85
Text Example
Text Example
White with #753D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D85; }
p { color: rgb(117,61,133); }
H1.HeaderClassName
{
color: #753D85;
}
.AnyTagClassName
{
color: #753D85;
}
</style>
background-color css
<style>
a { background-color: #753D85; }
a { background-color: rgb(117,61,133); }
div.DivClassName
{
background-color: #753D85;
}
.BgClassName
{
background-color: #753D85;
}
</style>
border-color css
<style>
span { border-color: #753D85; }
span { border-color: rgb(117,61,133); }
td.TdClassName
{
border-color: #753D85;
}
.TagClassName
{
border-color: #753D85;
}
</style>