Shades of Purple #75087A
Tints of Purple #75087A
RGB
CMYK
RGB Variations
Color information
#75087A (or 0x75087A) is known color: Purple. HEX triplet: 75, 08 and 7A. RGB value is (117,8,122). Sum of RGB (Red+Green+Blue) = 117+8+122=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #75087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75087A is #8AF785. Grayscale: #353535. Windows color (decimal): -9107334 or 7997557. OLE color: 7997557.
HSL color Cylindrical-coordinate representation of color #75087A: hue angle of 297.37º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75087A is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 8 | 122 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.52 |
| HSL | 297.37º | 0.88% | 0.25% | - |
| HSV(B) | 297.37º | 0.93% | 0.48% | - |
| XYZ | 10.94 | 5.36 | 18.87 | - |
| YUV | 53.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 122 | 0.04 | 0.93 | 0 | 0.52 | 297.37 | 0.88 | 0.25 |
| Hex | 75 | 8 | 7A | 4 | 5D | 0 | 34 | 129 | 58 | 19 |
| Octal | 165 | 10 | 172 | 4 | 135 | 0 | 64 | 451 | 130 | 31 |
| Binary | 1110101 | 1000 | 1111010 | 100 | 1011101 | 0 | 110100 | 100101001 | 1011000 | 11001 |
Color Harmonies of #75087A
Complementary color
Monochromatic Colors of #75087A
Black with #75087A
Text Example
Text Example
White with #75087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75087A; }
p { color: rgb(117,8,122); }
H1.HeaderClassName
{
color: #75087A;
}
.AnyTagClassName
{
color: #75087A;
}
</style>
background-color css
<style>
a { background-color: #75087A; }
a { background-color: rgb(117,8,122); }
div.DivClassName
{
background-color: #75087A;
}
.BgClassName
{
background-color: #75087A;
}
</style>
border-color css
<style>
span { border-color: #75087A; }
span { border-color: rgb(117,8,122); }
td.TdClassName
{
border-color: #75087A;
}
.TagClassName
{
border-color: #75087A;
}
</style>