Shades of Purple #75076C
Tints of Purple #75076C
RGB
CMYK
RGB Variations
Color information
#75076C (or 0x75076C) is known color: Purple. HEX triplet: 75, 07 and 6C. RGB value is (117,7,108). Sum of RGB (Red+Green+Blue) = 117+7+108=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75076C is #8AF893. Grayscale: #333333. Windows color (decimal): -9107604 or 7079797. OLE color: 7079797.
HSL color Cylindrical-coordinate representation of color #75076C: hue angle of 304.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75076C is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.54 |
| HSL | 304.91º | 0.89% | 0.24% | - |
| HSV(B) | 304.91º | 0.94% | 0.46% | - |
| XYZ | 10.12 | 5.02 | 14.62 | - |
| YUV | 51.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 108 | 0 | 0.94 | 0.08 | 0.54 | 304.91 | 0.89 | 0.24 |
| Hex | 75 | 7 | 6C | 0 | 5E | 8 | 36 | 131 | 59 | 18 |
| Octal | 165 | 7 | 154 | 0 | 136 | 10 | 66 | 461 | 131 | 30 |
| Binary | 1110101 | 111 | 1101100 | 0 | 1011110 | 1000 | 110110 | 100110001 | 1011001 | 11000 |
Color Harmonies of #75076C
Complementary color
Monochromatic Colors of #75076C
Black with #75076C
Text Example
Text Example
White with #75076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75076C; }
p { color: rgb(117,7,108); }
H1.HeaderClassName
{
color: #75076C;
}
.AnyTagClassName
{
color: #75076C;
}
</style>
background-color css
<style>
a { background-color: #75076C; }
a { background-color: rgb(117,7,108); }
div.DivClassName
{
background-color: #75076C;
}
.BgClassName
{
background-color: #75076C;
}
</style>
border-color css
<style>
span { border-color: #75076C; }
span { border-color: rgb(117,7,108); }
td.TdClassName
{
border-color: #75076C;
}
.TagClassName
{
border-color: #75076C;
}
</style>