Shades of Purple #75168F
Tints of Purple #75168F
RGB
CMYK
RGB Variations
Color information
#75168F (or 0x75168F) is known color: Purple. HEX triplet: 75, 16 and 8F. RGB value is (117,22,143). Sum of RGB (Red+Green+Blue) = 117+22+143=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #75168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75168F is #8AE970. Grayscale: #3F3F3F. Windows color (decimal): -9103729 or 9377397. OLE color: 9377397.
HSL color Cylindrical-coordinate representation of color #75168F: hue angle of 287.11º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75168F is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 22 | 143 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.44 |
| HSL | 287.11º | 0.73% | 0.32% | - |
| HSV(B) | 287.11º | 0.85% | 0.56% | - |
| XYZ | 12.58 | 6.34 | 26.55 | - |
| YUV | 64.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 143 | 0.18 | 0.85 | 0 | 0.44 | 287.11 | 0.73 | 0.32 |
| Hex | 75 | 16 | 8F | 12 | 55 | 0 | 2C | 11F | 49 | 20 |
| Octal | 165 | 26 | 217 | 22 | 125 | 0 | 54 | 437 | 111 | 40 |
| Binary | 1110101 | 10110 | 10001111 | 10010 | 1010101 | 0 | 101100 | 100011111 | 1001001 | 100000 |
Color Harmonies of #75168F
Complementary color
Monochromatic Colors of #75168F
Black with #75168F
Text Example
Text Example
White with #75168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75168F; }
p { color: rgb(117,22,143); }
H1.HeaderClassName
{
color: #75168F;
}
.AnyTagClassName
{
color: #75168F;
}
</style>
background-color css
<style>
a { background-color: #75168F; }
a { background-color: rgb(117,22,143); }
div.DivClassName
{
background-color: #75168F;
}
.BgClassName
{
background-color: #75168F;
}
</style>
border-color css
<style>
span { border-color: #75168F; }
span { border-color: rgb(117,22,143); }
td.TdClassName
{
border-color: #75168F;
}
.TagClassName
{
border-color: #75168F;
}
</style>