Shades of Purple #75188B
Tints of Purple #75188B
RGB
CMYK
RGB Variations
Color information
#75188B (or 0x75188B) is known color: Purple. HEX triplet: 75, 18 and 8B. RGB value is (117,24,139). Sum of RGB (Red+Green+Blue) = 117+24+139=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #75188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75188B is #8AE774. Grayscale: #404040. Windows color (decimal): -9103221 or 9115765. OLE color: 9115765.
HSL color Cylindrical-coordinate representation of color #75188B: hue angle of 288.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75188B is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 24 | 139 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.45 |
| HSL | 288.52º | 0.71% | 0.32% | - |
| HSV(B) | 288.52º | 0.83% | 0.55% | - |
| XYZ | 12.32 | 6.3 | 24.99 | - |
| YUV | 64.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 139 | 0.16 | 0.83 | 0 | 0.45 | 288.52 | 0.71 | 0.32 |
| Hex | 75 | 18 | 8B | 10 | 53 | 0 | 2D | 121 | 47 | 20 |
| Octal | 165 | 30 | 213 | 20 | 123 | 0 | 55 | 441 | 107 | 40 |
| Binary | 1110101 | 11000 | 10001011 | 10000 | 1010011 | 0 | 101101 | 100100001 | 1000111 | 100000 |
Color Harmonies of #75188B
Complementary color
Monochromatic Colors of #75188B
Black with #75188B
Text Example
Text Example
White with #75188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75188B; }
p { color: rgb(117,24,139); }
H1.HeaderClassName
{
color: #75188B;
}
.AnyTagClassName
{
color: #75188B;
}
</style>
background-color css
<style>
a { background-color: #75188B; }
a { background-color: rgb(117,24,139); }
div.DivClassName
{
background-color: #75188B;
}
.BgClassName
{
background-color: #75188B;
}
</style>
border-color css
<style>
span { border-color: #75188B; }
span { border-color: rgb(117,24,139); }
td.TdClassName
{
border-color: #75188B;
}
.TagClassName
{
border-color: #75188B;
}
</style>