Shades of Vivid Violet #753085
Tints of Vivid Violet #753085
RGB
CMYK
RGB Variations
Color information
#753085 (or 0x753085) is known color: Vivid Violet. HEX triplet: 75, 30 and 85. RGB value is (117,48,133). Sum of RGB (Red+Green+Blue) = 117+48+133=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #753085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753085 is #8ACF7A. Grayscale: #4E4E4E. Windows color (decimal): -9097083 or 8728693. OLE color: 8728693.
HSL color Cylindrical-coordinate representation of color #753085: hue angle of 288.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753085 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 48 | 133 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.48 |
| HSL | 288.71º | 0.47% | 0.35% | - |
| HSV(B) | 288.71º | 0.64% | 0.52% | - |
| XYZ | 12.63 | 7.59 | 22.99 | - |
| YUV | 78.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 133 | 0.12 | 0.64 | 0 | 0.48 | 288.71 | 0.47 | 0.35 |
| Hex | 75 | 30 | 85 | C | 40 | 0 | 30 | 121 | 2F | 23 |
| Octal | 165 | 60 | 205 | 14 | 100 | 0 | 60 | 441 | 57 | 43 |
| Binary | 1110101 | 110000 | 10000101 | 1100 | 1000000 | 0 | 110000 | 100100001 | 101111 | 100011 |
Color Harmonies of #753085
Complementary color
Monochromatic Colors of #753085
Black with #753085
Text Example
Text Example
White with #753085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753085; }
p { color: rgb(117,48,133); }
H1.HeaderClassName
{
color: #753085;
}
.AnyTagClassName
{
color: #753085;
}
</style>
background-color css
<style>
a { background-color: #753085; }
a { background-color: rgb(117,48,133); }
div.DivClassName
{
background-color: #753085;
}
.BgClassName
{
background-color: #753085;
}
</style>
border-color css
<style>
span { border-color: #753085; }
span { border-color: rgb(117,48,133); }
td.TdClassName
{
border-color: #753085;
}
.TagClassName
{
border-color: #753085;
}
</style>