Shades of Vivid Violet #75348E
Tints of Vivid Violet #75348E
RGB
CMYK
RGB Variations
Color information
#75348E (or 0x75348E) is known color: Vivid Violet. HEX triplet: 75, 34 and 8E. RGB value is (117,52,142). Sum of RGB (Red+Green+Blue) = 117+52+142=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #75348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75348E is #8ACB71. Grayscale: #515151. Windows color (decimal): -9096050 or 9319541. OLE color: 9319541.
HSL color Cylindrical-coordinate representation of color #75348E: hue angle of 283.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75348E is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 52 | 142 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.44 |
| HSL | 283.33º | 0.46% | 0.38% | - |
| HSV(B) | 283.33º | 0.63% | 0.56% | - |
| XYZ | 13.45 | 8.19 | 26.46 | - |
| YUV | 81.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 142 | 0.18 | 0.63 | 0 | 0.44 | 283.33 | 0.46 | 0.38 |
| Hex | 75 | 34 | 8E | 12 | 3F | 0 | 2C | 11B | 2E | 26 |
| Octal | 165 | 64 | 216 | 22 | 77 | 0 | 54 | 433 | 56 | 46 |
| Binary | 1110101 | 110100 | 10001110 | 10010 | 111111 | 0 | 101100 | 100011011 | 101110 | 100110 |
Color Harmonies of #75348E
Complementary color
Monochromatic Colors of #75348E
Black with #75348E
Text Example
Text Example
White with #75348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75348E; }
p { color: rgb(117,52,142); }
H1.HeaderClassName
{
color: #75348E;
}
.AnyTagClassName
{
color: #75348E;
}
</style>
background-color css
<style>
a { background-color: #75348E; }
a { background-color: rgb(117,52,142); }
div.DivClassName
{
background-color: #75348E;
}
.BgClassName
{
background-color: #75348E;
}
</style>
border-color css
<style>
span { border-color: #75348E; }
span { border-color: rgb(117,52,142); }
td.TdClassName
{
border-color: #75348E;
}
.TagClassName
{
border-color: #75348E;
}
</style>