Shades of Purple #75096C
Tints of Purple #75096C
RGB
CMYK
RGB Variations
Color information
#75096C (or 0x75096C) is known color: Purple. HEX triplet: 75, 09 and 6C. RGB value is (117,9,108). Sum of RGB (Red+Green+Blue) = 117+9+108=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75096C is #8AF693. Grayscale: #343434. Windows color (decimal): -9107092 or 7080309. OLE color: 7080309.
HSL color Cylindrical-coordinate representation of color #75096C: hue angle of 305º 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 #75096C is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 108 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.54 |
| HSL | 305º | 0.86% | 0.25% | - |
| HSV(B) | 305º | 0.92% | 0.46% | - |
| XYZ | 10.14 | 5.06 | 14.63 | - |
| YUV | 52.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 108 | 0 | 0.92 | 0.08 | 0.54 | 305 | 0.86 | 0.25 |
| Hex | 75 | 9 | 6C | 0 | 5C | 8 | 36 | 131 | 56 | 19 |
| Octal | 165 | 11 | 154 | 0 | 134 | 10 | 66 | 461 | 126 | 31 |
| Binary | 1110101 | 1001 | 1101100 | 0 | 1011100 | 1000 | 110110 | 100110001 | 1010110 | 11001 |
Color Harmonies of #75096C
Complementary color
Monochromatic Colors of #75096C
Black with #75096C
Text Example
Text Example
White with #75096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75096C; }
p { color: rgb(117,9,108); }
H1.HeaderClassName
{
color: #75096C;
}
.AnyTagClassName
{
color: #75096C;
}
</style>
background-color css
<style>
a { background-color: #75096C; }
a { background-color: rgb(117,9,108); }
div.DivClassName
{
background-color: #75096C;
}
.BgClassName
{
background-color: #75096C;
}
</style>
border-color css
<style>
span { border-color: #75096C; }
span { border-color: rgb(117,9,108); }
td.TdClassName
{
border-color: #75096C;
}
.TagClassName
{
border-color: #75096C;
}
</style>