Shades of Vivid Violet #75398B
Tints of Vivid Violet #75398B
RGB
CMYK
RGB Variations
Color information
#75398B (or 0x75398B) is known color: Vivid Violet. HEX triplet: 75, 39 and 8B. RGB value is (117,57,139). Sum of RGB (Red+Green+Blue) = 117+57+139=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #75398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75398B is #8AC674. Grayscale: #545454. Windows color (decimal): -9094773 or 9124213. OLE color: 9124213.
HSL color Cylindrical-coordinate representation of color #75398B: hue angle of 283.9º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75398B is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 57 | 139 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.45 |
| HSL | 283.9º | 0.42% | 0.38% | - |
| HSV(B) | 283.9º | 0.59% | 0.55% | - |
| XYZ | 13.46 | 8.57 | 25.37 | - |
| YUV | 84.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 139 | 0.16 | 0.59 | 0 | 0.45 | 283.9 | 0.42 | 0.38 |
| Hex | 75 | 39 | 8B | 10 | 3B | 0 | 2D | 11C | 2A | 26 |
| Octal | 165 | 71 | 213 | 20 | 73 | 0 | 55 | 434 | 52 | 46 |
| Binary | 1110101 | 111001 | 10001011 | 10000 | 111011 | 0 | 101101 | 100011100 | 101010 | 100110 |
Color Harmonies of #75398B
Complementary color
Monochromatic Colors of #75398B
Black with #75398B
Text Example
Text Example
White with #75398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75398B; }
p { color: rgb(117,57,139); }
H1.HeaderClassName
{
color: #75398B;
}
.AnyTagClassName
{
color: #75398B;
}
</style>
background-color css
<style>
a { background-color: #75398B; }
a { background-color: rgb(117,57,139); }
div.DivClassName
{
background-color: #75398B;
}
.BgClassName
{
background-color: #75398B;
}
</style>
border-color css
<style>
span { border-color: #75398B; }
span { border-color: rgb(117,57,139); }
td.TdClassName
{
border-color: #75398B;
}
.TagClassName
{
border-color: #75398B;
}
</style>