Shades of Dark Purple #75136D
Tints of Dark Purple #75136D
RGB
CMYK
RGB Variations
Color information
#75136D (or 0x75136D) is known color: Dark Purple. HEX triplet: 75, 13 and 6D. RGB value is (117,19,109). Sum of RGB (Red+Green+Blue) = 117+19+109=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75136D is #8AEC92. Grayscale: #3A3A3A. Windows color (decimal): -9104531 or 7148405. OLE color: 7148405.
HSL color Cylindrical-coordinate representation of color #75136D: hue angle of 304.9º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75136D is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 109 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.54 |
| HSL | 304.9º | 0.72% | 0.27% | - |
| HSV(B) | 304.9º | 0.84% | 0.46% | - |
| XYZ | 10.33 | 5.35 | 14.96 | - |
| YUV | 58.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 109 | 0 | 0.84 | 0.07 | 0.54 | 304.9 | 0.72 | 0.27 |
| Hex | 75 | 13 | 6D | 0 | 54 | 7 | 36 | 131 | 48 | 1B |
| Octal | 165 | 23 | 155 | 0 | 124 | 7 | 66 | 461 | 110 | 33 |
| Binary | 1110101 | 10011 | 1101101 | 0 | 1010100 | 111 | 110110 | 100110001 | 1001000 | 11011 |
Color Harmonies of #75136D
Complementary color
Monochromatic Colors of #75136D
Black with #75136D
Text Example
Text Example
White with #75136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75136D; }
p { color: rgb(117,19,109); }
H1.HeaderClassName
{
color: #75136D;
}
.AnyTagClassName
{
color: #75136D;
}
</style>
background-color css
<style>
a { background-color: #75136D; }
a { background-color: rgb(117,19,109); }
div.DivClassName
{
background-color: #75136D;
}
.BgClassName
{
background-color: #75136D;
}
</style>
border-color css
<style>
span { border-color: #75136D; }
span { border-color: rgb(117,19,109); }
td.TdClassName
{
border-color: #75136D;
}
.TagClassName
{
border-color: #75136D;
}
</style>