Shades of Vivid Violet #753585
Tints of Vivid Violet #753585
RGB
CMYK
RGB Variations
Color information
#753585 (or 0x753585) is known color: Vivid Violet. HEX triplet: 75, 35 and 85. RGB value is (117,53,133). Sum of RGB (Red+Green+Blue) = 117+53+133=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #753585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753585 is #8ACA7A. Grayscale: #515151. Windows color (decimal): -9095803 or 8729973. OLE color: 8729973.
HSL color Cylindrical-coordinate representation of color #753585: hue angle of 288º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753585 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 53 | 133 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.48 |
| HSL | 288º | 0.43% | 0.36% | - |
| HSV(B) | 288º | 0.6% | 0.52% | - |
| XYZ | 12.84 | 8.02 | 23.06 | - |
| YUV | 81.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 133 | 0.12 | 0.60 | 0 | 0.48 | 288 | 0.43 | 0.36 |
| Hex | 75 | 35 | 85 | C | 3C | 0 | 30 | 120 | 2B | 24 |
| Octal | 165 | 65 | 205 | 14 | 74 | 0 | 60 | 440 | 53 | 44 |
| Binary | 1110101 | 110101 | 10000101 | 1100 | 111100 | 0 | 110000 | 100100000 | 101011 | 100100 |
Color Harmonies of #753585
Complementary color
Monochromatic Colors of #753585
Black with #753585
Text Example
Text Example
White with #753585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753585; }
p { color: rgb(117,53,133); }
H1.HeaderClassName
{
color: #753585;
}
.AnyTagClassName
{
color: #753585;
}
</style>
background-color css
<style>
a { background-color: #753585; }
a { background-color: rgb(117,53,133); }
div.DivClassName
{
background-color: #753585;
}
.BgClassName
{
background-color: #753585;
}
</style>
border-color css
<style>
span { border-color: #753585; }
span { border-color: rgb(117,53,133); }
td.TdClassName
{
border-color: #753585;
}
.TagClassName
{
border-color: #753585;
}
</style>