Shades of Palatinate Purple #7B205C
Tints of Palatinate Purple #7B205C
RGB
CMYK
RGB Variations
Color information
#7B205C (or 0x7B205C) is known color: Palatinate Purple. HEX triplet: 7B, 20 and 5C. RGB value is (123,32,92). Sum of RGB (Red+Green+Blue) = 123+32+92=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B205C is #84DFA3. Grayscale: #414141. Windows color (decimal): -8708004 or 6037627. OLE color: 6037627.
HSL color Cylindrical-coordinate representation of color #7B205C: hue angle of 320.44º 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 #7B205C is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 92 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.52 |
| HSL | 320.44º | 0.59% | 0.3% | - |
| HSV(B) | 320.44º | 0.74% | 0.48% | - |
| XYZ | 10.62 | 6.02 | 10.73 | - |
| YUV | 66.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 92 | 0 | 0.74 | 0.25 | 0.52 | 320.44 | 0.59 | 0.3 |
| Hex | 7B | 20 | 5C | 0 | 4A | 19 | 34 | 140 | 3B | 1E |
| Octal | 173 | 40 | 134 | 0 | 112 | 31 | 64 | 500 | 73 | 36 |
| Binary | 1111011 | 100000 | 1011100 | 0 | 1001010 | 11001 | 110100 | 101000000 | 111011 | 11110 |
Color Harmonies of #7B205C
Complementary color
Monochromatic Colors of #7B205C
Black with #7B205C
Text Example
Text Example
White with #7B205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B205C; }
p { color: rgb(123,32,92); }
H1.HeaderClassName
{
color: #7B205C;
}
.AnyTagClassName
{
color: #7B205C;
}
</style>
background-color css
<style>
a { background-color: #7B205C; }
a { background-color: rgb(123,32,92); }
div.DivClassName
{
background-color: #7B205C;
}
.BgClassName
{
background-color: #7B205C;
}
</style>
border-color css
<style>
span { border-color: #7B205C; }
span { border-color: rgb(123,32,92); }
td.TdClassName
{
border-color: #7B205C;
}
.TagClassName
{
border-color: #7B205C;
}
</style>