Shades of Purple #75088B
Tints of Purple #75088B
RGB
CMYK
RGB Variations
Color information
#75088B (or 0x75088B) is known color: Purple. HEX triplet: 75, 08 and 8B. RGB value is (117,8,139). Sum of RGB (Red+Green+Blue) = 117+8+139=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #75088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75088B is #8AF774. Grayscale: #373737. Windows color (decimal): -9107317 or 9111669. OLE color: 9111669.
HSL color Cylindrical-coordinate representation of color #75088B: hue angle of 289.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75088B is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 8 | 139 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.45 |
| HSL | 289.92º | 0.89% | 0.29% | - |
| HSV(B) | 289.92º | 0.94% | 0.55% | - |
| XYZ | 12.08 | 5.82 | 24.91 | - |
| YUV | 55.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 139 | 0.16 | 0.94 | 0 | 0.45 | 289.92 | 0.89 | 0.29 |
| Hex | 75 | 8 | 8B | 10 | 5E | 0 | 2D | 122 | 59 | 1D |
| Octal | 165 | 10 | 213 | 20 | 136 | 0 | 55 | 442 | 131 | 35 |
| Binary | 1110101 | 1000 | 10001011 | 10000 | 1011110 | 0 | 101101 | 100100010 | 1011001 | 11101 |
Color Harmonies of #75088B
Complementary color
Monochromatic Colors of #75088B
Black with #75088B
Text Example
Text Example
White with #75088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75088B; }
p { color: rgb(117,8,139); }
H1.HeaderClassName
{
color: #75088B;
}
.AnyTagClassName
{
color: #75088B;
}
</style>
background-color css
<style>
a { background-color: #75088B; }
a { background-color: rgb(117,8,139); }
div.DivClassName
{
background-color: #75088B;
}
.BgClassName
{
background-color: #75088B;
}
</style>
border-color css
<style>
span { border-color: #75088B; }
span { border-color: rgb(117,8,139); }
td.TdClassName
{
border-color: #75088B;
}
.TagClassName
{
border-color: #75088B;
}
</style>