Shades of Vivid Violet #75338B
Tints of Vivid Violet #75338B
RGB
CMYK
RGB Variations
Color information
#75338B (or 0x75338B) is known color: Vivid Violet. HEX triplet: 75, 33 and 8B. RGB value is (117,51,139). Sum of RGB (Red+Green+Blue) = 117+51+139=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #75338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75338B is #8ACC74. Grayscale: #505050. Windows color (decimal): -9096309 or 9122677. OLE color: 9122677.
HSL color Cylindrical-coordinate representation of color #75338B: hue angle of 285º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75338B is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 51 | 139 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.45 |
| HSL | 285º | 0.46% | 0.37% | - |
| HSV(B) | 285º | 0.63% | 0.55% | - |
| XYZ | 13.18 | 8.01 | 25.28 | - |
| YUV | 80.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 139 | 0.16 | 0.63 | 0 | 0.45 | 285 | 0.46 | 0.37 |
| Hex | 75 | 33 | 8B | 10 | 3F | 0 | 2D | 11D | 2E | 25 |
| Octal | 165 | 63 | 213 | 20 | 77 | 0 | 55 | 435 | 56 | 45 |
| Binary | 1110101 | 110011 | 10001011 | 10000 | 111111 | 0 | 101101 | 100011101 | 101110 | 100101 |
Color Harmonies of #75338B
Complementary color
Monochromatic Colors of #75338B
Black with #75338B
Text Example
Text Example
White with #75338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75338B; }
p { color: rgb(117,51,139); }
H1.HeaderClassName
{
color: #75338B;
}
.AnyTagClassName
{
color: #75338B;
}
</style>
background-color css
<style>
a { background-color: #75338B; }
a { background-color: rgb(117,51,139); }
div.DivClassName
{
background-color: #75338B;
}
.BgClassName
{
background-color: #75338B;
}
</style>
border-color css
<style>
span { border-color: #75338B; }
span { border-color: rgb(117,51,139); }
td.TdClassName
{
border-color: #75338B;
}
.TagClassName
{
border-color: #75338B;
}
</style>