Shades of Palatinate Purple #7B205D
Tints of Palatinate Purple #7B205D
RGB
CMYK
RGB Variations
Color information
#7B205D (or 0x7B205D) is known color: Palatinate Purple. HEX triplet: 7B, 20 and 5D. RGB value is (123,32,93). Sum of RGB (Red+Green+Blue) = 123+32+93=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B205D is #84DFA2. Grayscale: #424242. Windows color (decimal): -8708003 or 6103163. OLE color: 6103163.
HSL color Cylindrical-coordinate representation of color #7B205D: hue angle of 319.78º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B205D is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 93 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.52 |
| HSL | 319.78º | 0.59% | 0.3% | - |
| HSV(B) | 319.78º | 0.74% | 0.48% | - |
| XYZ | 10.66 | 6.03 | 10.96 | - |
| YUV | 66.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 93 | 0 | 0.74 | 0.24 | 0.52 | 319.78 | 0.59 | 0.3 |
| Hex | 7B | 20 | 5D | 0 | 4A | 18 | 34 | 140 | 3B | 1E |
| Octal | 173 | 40 | 135 | 0 | 112 | 30 | 64 | 500 | 73 | 36 |
| Binary | 1111011 | 100000 | 1011101 | 0 | 1001010 | 11000 | 110100 | 101000000 | 111011 | 11110 |
Color Harmonies of #7B205D
Complementary color
Monochromatic Colors of #7B205D
Black with #7B205D
Text Example
Text Example
White with #7B205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B205D; }
p { color: rgb(123,32,93); }
H1.HeaderClassName
{
color: #7B205D;
}
.AnyTagClassName
{
color: #7B205D;
}
</style>
background-color css
<style>
a { background-color: #7B205D; }
a { background-color: rgb(123,32,93); }
div.DivClassName
{
background-color: #7B205D;
}
.BgClassName
{
background-color: #7B205D;
}
</style>
border-color css
<style>
span { border-color: #7B205D; }
span { border-color: rgb(123,32,93); }
td.TdClassName
{
border-color: #7B205D;
}
.TagClassName
{
border-color: #7B205D;
}
</style>