Shades of Vivid Violet #75208B
Tints of Vivid Violet #75208B
RGB
CMYK
RGB Variations
Color information
#75208B (or 0x75208B) is known color: Vivid Violet. HEX triplet: 75, 20 and 8B. RGB value is (117,32,139). Sum of RGB (Red+Green+Blue) = 117+32+139=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #75208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75208B is #8ADF74. Grayscale: #454545. Windows color (decimal): -9101173 or 9117813. OLE color: 9117813.
HSL color Cylindrical-coordinate representation of color #75208B: hue angle of 287.66º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75208B is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 32 | 139 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.45 |
| HSL | 287.66º | 0.63% | 0.34% | - |
| HSV(B) | 287.66º | 0.77% | 0.55% | - |
| XYZ | 12.51 | 6.68 | 25.06 | - |
| YUV | 69.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 139 | 0.16 | 0.77 | 0 | 0.45 | 287.66 | 0.63 | 0.34 |
| Hex | 75 | 20 | 8B | 10 | 4D | 0 | 2D | 120 | 3F | 22 |
| Octal | 165 | 40 | 213 | 20 | 115 | 0 | 55 | 440 | 77 | 42 |
| Binary | 1110101 | 100000 | 10001011 | 10000 | 1001101 | 0 | 101101 | 100100000 | 111111 | 100010 |
Color Harmonies of #75208B
Complementary color
Monochromatic Colors of #75208B
Black with #75208B
Text Example
Text Example
White with #75208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75208B; }
p { color: rgb(117,32,139); }
H1.HeaderClassName
{
color: #75208B;
}
.AnyTagClassName
{
color: #75208B;
}
</style>
background-color css
<style>
a { background-color: #75208B; }
a { background-color: rgb(117,32,139); }
div.DivClassName
{
background-color: #75208B;
}
.BgClassName
{
background-color: #75208B;
}
</style>
border-color css
<style>
span { border-color: #75208B; }
span { border-color: rgb(117,32,139); }
td.TdClassName
{
border-color: #75208B;
}
.TagClassName
{
border-color: #75208B;
}
</style>