Shades of Dark Purple #75177A
Tints of Dark Purple #75177A
RGB
CMYK
RGB Variations
Color information
#75177A (or 0x75177A) is known color: Dark Purple. HEX triplet: 75, 17 and 7A. RGB value is (117,23,122). Sum of RGB (Red+Green+Blue) = 117+23+122=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #75177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75177A is #8AE885. Grayscale: #3E3E3E. Windows color (decimal): -9103494 or 8001397. OLE color: 8001397.
HSL color Cylindrical-coordinate representation of color #75177A: hue angle of 296.97º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75177A is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 23 | 122 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.52 |
| HSL | 296.97º | 0.68% | 0.28% | - |
| HSV(B) | 296.97º | 0.81% | 0.48% | - |
| XYZ | 11.16 | 5.8 | 18.94 | - |
| YUV | 62.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 122 | 0.04 | 0.81 | 0 | 0.52 | 296.97 | 0.68 | 0.28 |
| Hex | 75 | 17 | 7A | 4 | 51 | 0 | 34 | 129 | 44 | 1C |
| Octal | 165 | 27 | 172 | 4 | 121 | 0 | 64 | 451 | 104 | 34 |
| Binary | 1110101 | 10111 | 1111010 | 100 | 1010001 | 0 | 110100 | 100101001 | 1000100 | 11100 |
Color Harmonies of #75177A
Complementary color
Monochromatic Colors of #75177A
Black with #75177A
Text Example
Text Example
White with #75177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75177A; }
p { color: rgb(117,23,122); }
H1.HeaderClassName
{
color: #75177A;
}
.AnyTagClassName
{
color: #75177A;
}
</style>
background-color css
<style>
a { background-color: #75177A; }
a { background-color: rgb(117,23,122); }
div.DivClassName
{
background-color: #75177A;
}
.BgClassName
{
background-color: #75177A;
}
</style>
border-color css
<style>
span { border-color: #75177A; }
span { border-color: rgb(117,23,122); }
td.TdClassName
{
border-color: #75177A;
}
.TagClassName
{
border-color: #75177A;
}
</style>