Shades of Purple #75168C
Tints of Purple #75168C
RGB
CMYK
RGB Variations
Color information
#75168C (or 0x75168C) is known color: Purple. HEX triplet: 75, 16 and 8C. RGB value is (117,22,140). Sum of RGB (Red+Green+Blue) = 117+22+140=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #75168C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75168C is #8AE973. Grayscale: #3F3F3F. Windows color (decimal): -9103732 or 9180789. OLE color: 9180789.
HSL color Cylindrical-coordinate representation of color #75168C: hue angle of 288.31º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75168C is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 22 | 140 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.45 |
| HSL | 288.31º | 0.73% | 0.32% | - |
| HSV(B) | 288.31º | 0.84% | 0.55% | - |
| XYZ | 12.36 | 6.25 | 25.37 | - |
| YUV | 63.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 140 | 0.16 | 0.84 | 0 | 0.45 | 288.31 | 0.73 | 0.32 |
| Hex | 75 | 16 | 8C | 10 | 54 | 0 | 2D | 120 | 49 | 20 |
| Octal | 165 | 26 | 214 | 20 | 124 | 0 | 55 | 440 | 111 | 40 |
| Binary | 1110101 | 10110 | 10001100 | 10000 | 1010100 | 0 | 101101 | 100100000 | 1001001 | 100000 |
Color Harmonies of #75168C
Complementary color
Monochromatic Colors of #75168C
Black with #75168C
Text Example
Text Example
White with #75168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75168C; }
p { color: rgb(117,22,140); }
H1.HeaderClassName
{
color: #75168C;
}
.AnyTagClassName
{
color: #75168C;
}
</style>
background-color css
<style>
a { background-color: #75168C; }
a { background-color: rgb(117,22,140); }
div.DivClassName
{
background-color: #75168C;
}
.BgClassName
{
background-color: #75168C;
}
</style>
border-color css
<style>
span { border-color: #75168C; }
span { border-color: rgb(117,22,140); }
td.TdClassName
{
border-color: #75168C;
}
.TagClassName
{
border-color: #75168C;
}
</style>