Shades of Palatinate Purple #7D165B
Tints of Palatinate Purple #7D165B
RGB
CMYK
RGB Variations
Color information
#7D165B (or 0x7D165B) is known color: Palatinate Purple. HEX triplet: 7D, 16 and 5B. RGB value is (125,22,91). Sum of RGB (Red+Green+Blue) = 125+22+91=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D165B is #82E9A4. Grayscale: #3C3C3C. Windows color (decimal): -8579493 or 5969533. OLE color: 5969533.
HSL color Cylindrical-coordinate representation of color #7D165B: hue angle of 319.81º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D165B is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 22 | 91 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.51 |
| HSL | 319.81º | 0.7% | 0.29% | - |
| HSV(B) | 319.81º | 0.82% | 0.49% | - |
| XYZ | 10.63 | 5.69 | 10.44 | - |
| YUV | 60.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 91 | 0 | 0.82 | 0.27 | 0.51 | 319.81 | 0.7 | 0.29 |
| Hex | 7D | 16 | 5B | 0 | 52 | 1B | 33 | 140 | 46 | 1D |
| Octal | 175 | 26 | 133 | 0 | 122 | 33 | 63 | 500 | 106 | 35 |
| Binary | 1111101 | 10110 | 1011011 | 0 | 1010010 | 11011 | 110011 | 101000000 | 1000110 | 11101 |
Color Harmonies of #7D165B
Complementary color
Monochromatic Colors of #7D165B
Black with #7D165B
Text Example
Text Example
White with #7D165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D165B; }
p { color: rgb(125,22,91); }
H1.HeaderClassName
{
color: #7D165B;
}
.AnyTagClassName
{
color: #7D165B;
}
</style>
background-color css
<style>
a { background-color: #7D165B; }
a { background-color: rgb(125,22,91); }
div.DivClassName
{
background-color: #7D165B;
}
.BgClassName
{
background-color: #7D165B;
}
</style>
border-color css
<style>
span { border-color: #7D165B; }
span { border-color: rgb(125,22,91); }
td.TdClassName
{
border-color: #7D165B;
}
.TagClassName
{
border-color: #7D165B;
}
</style>