Shades of Purple #75096B
Tints of Purple #75096B
RGB
CMYK
RGB Variations
Color information
#75096B (or 0x75096B) is known color: Purple. HEX triplet: 75, 09 and 6B. RGB value is (117,9,107). Sum of RGB (Red+Green+Blue) = 117+9+107=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75096B is #8AF694. Grayscale: #343434. Windows color (decimal): -9107093 or 7014773. OLE color: 7014773.
HSL color Cylindrical-coordinate representation of color #75096B: hue angle of 305.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75096B is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 107 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.54 |
| HSL | 305.56º | 0.86% | 0.25% | - |
| HSV(B) | 305.56º | 0.92% | 0.46% | - |
| XYZ | 10.09 | 5.04 | 14.35 | - |
| YUV | 52.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 107 | 0 | 0.92 | 0.09 | 0.54 | 305.56 | 0.86 | 0.25 |
| Hex | 75 | 9 | 6B | 0 | 5C | 9 | 36 | 132 | 56 | 19 |
| Octal | 165 | 11 | 153 | 0 | 134 | 11 | 66 | 462 | 126 | 31 |
| Binary | 1110101 | 1001 | 1101011 | 0 | 1011100 | 1001 | 110110 | 100110010 | 1010110 | 11001 |
Color Harmonies of #75096B
Complementary color
Monochromatic Colors of #75096B
Black with #75096B
Text Example
Text Example
White with #75096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75096B; }
p { color: rgb(117,9,107); }
H1.HeaderClassName
{
color: #75096B;
}
.AnyTagClassName
{
color: #75096B;
}
</style>
background-color css
<style>
a { background-color: #75096B; }
a { background-color: rgb(117,9,107); }
div.DivClassName
{
background-color: #75096B;
}
.BgClassName
{
background-color: #75096B;
}
</style>
border-color css
<style>
span { border-color: #75096B; }
span { border-color: rgb(117,9,107); }
td.TdClassName
{
border-color: #75096B;
}
.TagClassName
{
border-color: #75096B;
}
</style>