Shades of Vivid Violet #75378F
Tints of Vivid Violet #75378F
RGB
CMYK
RGB Variations
Color information
#75378F (or 0x75378F) is known color: Vivid Violet. HEX triplet: 75, 37 and 8F. RGB value is (117,55,143). Sum of RGB (Red+Green+Blue) = 117+55+143=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #75378F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75378F is #8AC870. Grayscale: #535353. Windows color (decimal): -9095281 or 9385845. OLE color: 9385845.
HSL color Cylindrical-coordinate representation of color #75378F: hue angle of 282.27º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75378F is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 55 | 143 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.44 |
| HSL | 282.27º | 0.44% | 0.39% | - |
| HSV(B) | 282.27º | 0.62% | 0.56% | - |
| XYZ | 13.66 | 8.5 | 26.91 | - |
| YUV | 83.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 143 | 0.18 | 0.62 | 0 | 0.44 | 282.27 | 0.44 | 0.39 |
| Hex | 75 | 37 | 8F | 12 | 3E | 0 | 2C | 11A | 2C | 27 |
| Octal | 165 | 67 | 217 | 22 | 76 | 0 | 54 | 432 | 54 | 47 |
| Binary | 1110101 | 110111 | 10001111 | 10010 | 111110 | 0 | 101100 | 100011010 | 101100 | 100111 |
Color Harmonies of #75378F
Complementary color
Monochromatic Colors of #75378F
Black with #75378F
Text Example
Text Example
White with #75378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75378F; }
p { color: rgb(117,55,143); }
H1.HeaderClassName
{
color: #75378F;
}
.AnyTagClassName
{
color: #75378F;
}
</style>
background-color css
<style>
a { background-color: #75378F; }
a { background-color: rgb(117,55,143); }
div.DivClassName
{
background-color: #75378F;
}
.BgClassName
{
background-color: #75378F;
}
</style>
border-color css
<style>
span { border-color: #75378F; }
span { border-color: rgb(117,55,143); }
td.TdClassName
{
border-color: #75378F;
}
.TagClassName
{
border-color: #75378F;
}
</style>