Shades of Dark Purple #75176E
Tints of Dark Purple #75176E
RGB
CMYK
RGB Variations
Color information
#75176E (or 0x75176E) is known color: Dark Purple. HEX triplet: 75, 17 and 6E. RGB value is (117,23,110). Sum of RGB (Red+Green+Blue) = 117+23+110=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75176E is #8AE891. Grayscale: #3C3C3C. Windows color (decimal): -9103506 or 7214965. OLE color: 7214965.
HSL color Cylindrical-coordinate representation of color #75176E: hue angle of 304.47º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75176E is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 110 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.54 |
| HSL | 304.47º | 0.67% | 0.27% | - |
| HSV(B) | 304.47º | 0.8% | 0.46% | - |
| XYZ | 10.46 | 5.52 | 15.27 | - |
| YUV | 61.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 110 | 0 | 0.80 | 0.06 | 0.54 | 304.47 | 0.67 | 0.27 |
| Hex | 75 | 17 | 6E | 0 | 50 | 6 | 36 | 130 | 43 | 1B |
| Octal | 165 | 27 | 156 | 0 | 120 | 6 | 66 | 460 | 103 | 33 |
| Binary | 1110101 | 10111 | 1101110 | 0 | 1010000 | 110 | 110110 | 100110000 | 1000011 | 11011 |
Color Harmonies of #75176E
Complementary color
Monochromatic Colors of #75176E
Black with #75176E
Text Example
Text Example
White with #75176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75176E; }
p { color: rgb(117,23,110); }
H1.HeaderClassName
{
color: #75176E;
}
.AnyTagClassName
{
color: #75176E;
}
</style>
background-color css
<style>
a { background-color: #75176E; }
a { background-color: rgb(117,23,110); }
div.DivClassName
{
background-color: #75176E;
}
.BgClassName
{
background-color: #75176E;
}
</style>
border-color css
<style>
span { border-color: #75176E; }
span { border-color: rgb(117,23,110); }
td.TdClassName
{
border-color: #75176E;
}
.TagClassName
{
border-color: #75176E;
}
</style>