Shades of Vivid Violet #75339A
Tints of Vivid Violet #75339A
RGB
CMYK
RGB Variations
Color information
#75339A (or 0x75339A) is known color: Vivid Violet. HEX triplet: 75, 33 and 9A. RGB value is (117,51,154). Sum of RGB (Red+Green+Blue) = 117+51+154=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #75339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75339A is #8ACC65. Grayscale: #525252. Windows color (decimal): -9096294 or 10105717. OLE color: 10105717.
HSL color Cylindrical-coordinate representation of color #75339A: hue angle of 278.45º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75339A is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 51 | 154 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.40 |
| HSL | 278.45º | 0.5% | 0.4% | - |
| HSV(B) | 278.45º | 0.67% | 0.6% | - |
| XYZ | 14.35 | 8.48 | 31.45 | - |
| YUV | 82.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 154 | 0.24 | 0.67 | 0 | 0.40 | 278.45 | 0.5 | 0.4 |
| Hex | 75 | 33 | 9A | 18 | 43 | 0 | 28 | 116 | 32 | 28 |
| Octal | 165 | 63 | 232 | 30 | 103 | 0 | 50 | 426 | 62 | 50 |
| Binary | 1110101 | 110011 | 10011010 | 11000 | 1000011 | 0 | 101000 | 100010110 | 110010 | 101000 |
Color Harmonies of #75339A
Complementary color
Monochromatic Colors of #75339A
Black with #75339A
Text Example
Text Example
White with #75339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75339A; }
p { color: rgb(117,51,154); }
H1.HeaderClassName
{
color: #75339A;
}
.AnyTagClassName
{
color: #75339A;
}
</style>
background-color css
<style>
a { background-color: #75339A; }
a { background-color: rgb(117,51,154); }
div.DivClassName
{
background-color: #75339A;
}
.BgClassName
{
background-color: #75339A;
}
</style>
border-color css
<style>
span { border-color: #75339A; }
span { border-color: rgb(117,51,154); }
td.TdClassName
{
border-color: #75339A;
}
.TagClassName
{
border-color: #75339A;
}
</style>