Shades of Purple #75087F
Tints of Purple #75087F
RGB
CMYK
RGB Variations
Color information
#75087F (or 0x75087F) is known color: Purple. HEX triplet: 75, 08 and 7F. RGB value is (117,8,127). Sum of RGB (Red+Green+Blue) = 117+8+127=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #75087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75087F is #8AF780. Grayscale: #353535. Windows color (decimal): -9107329 or 8325237. OLE color: 8325237.
HSL color Cylindrical-coordinate representation of color #75087F: hue angle of 294.96º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75087F is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 8 | 127 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.50 |
| HSL | 294.96º | 0.88% | 0.26% | - |
| HSV(B) | 294.96º | 0.94% | 0.5% | - |
| XYZ | 11.25 | 5.49 | 20.54 | - |
| YUV | 54.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 127 | 0.08 | 0.94 | 0 | 0.50 | 294.96 | 0.88 | 0.26 |
| Hex | 75 | 8 | 7F | 8 | 5E | 0 | 32 | 127 | 58 | 1A |
| Octal | 165 | 10 | 177 | 10 | 136 | 0 | 62 | 447 | 130 | 32 |
| Binary | 1110101 | 1000 | 1111111 | 1000 | 1011110 | 0 | 110010 | 100100111 | 1011000 | 11010 |
Color Harmonies of #75087F
Complementary color
Monochromatic Colors of #75087F
Black with #75087F
Text Example
Text Example
White with #75087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75087F; }
p { color: rgb(117,8,127); }
H1.HeaderClassName
{
color: #75087F;
}
.AnyTagClassName
{
color: #75087F;
}
</style>
background-color css
<style>
a { background-color: #75087F; }
a { background-color: rgb(117,8,127); }
div.DivClassName
{
background-color: #75087F;
}
.BgClassName
{
background-color: #75087F;
}
</style>
border-color css
<style>
span { border-color: #75087F; }
span { border-color: rgb(117,8,127); }
td.TdClassName
{
border-color: #75087F;
}
.TagClassName
{
border-color: #75087F;
}
</style>