Shades of Vivid Violet #75348A
Tints of Vivid Violet #75348A
RGB
CMYK
RGB Variations
Color information
#75348A (or 0x75348A) is known color: Vivid Violet. HEX triplet: 75, 34 and 8A. RGB value is (117,52,138). Sum of RGB (Red+Green+Blue) = 117+52+138=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #75348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75348A is #8ACB75. Grayscale: #505050. Windows color (decimal): -9096054 or 9057397. OLE color: 9057397.
HSL color Cylindrical-coordinate representation of color #75348A: hue angle of 285.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75348A is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 52 | 138 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.46 |
| HSL | 285.35º | 0.45% | 0.37% | - |
| HSV(B) | 285.35º | 0.62% | 0.54% | - |
| XYZ | 13.15 | 8.07 | 24.91 | - |
| YUV | 81.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 138 | 0.15 | 0.62 | 0 | 0.46 | 285.35 | 0.45 | 0.37 |
| Hex | 75 | 34 | 8A | F | 3E | 0 | 2E | 11D | 2D | 25 |
| Octal | 165 | 64 | 212 | 17 | 76 | 0 | 56 | 435 | 55 | 45 |
| Binary | 1110101 | 110100 | 10001010 | 1111 | 111110 | 0 | 101110 | 100011101 | 101101 | 100101 |
Color Harmonies of #75348A
Complementary color
Monochromatic Colors of #75348A
Black with #75348A
Text Example
Text Example
White with #75348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75348A; }
p { color: rgb(117,52,138); }
H1.HeaderClassName
{
color: #75348A;
}
.AnyTagClassName
{
color: #75348A;
}
</style>
background-color css
<style>
a { background-color: #75348A; }
a { background-color: rgb(117,52,138); }
div.DivClassName
{
background-color: #75348A;
}
.BgClassName
{
background-color: #75348A;
}
</style>
border-color css
<style>
span { border-color: #75348A; }
span { border-color: rgb(117,52,138); }
td.TdClassName
{
border-color: #75348A;
}
.TagClassName
{
border-color: #75348A;
}
</style>