Shades of Palatinate Purple #7B215C
Tints of Palatinate Purple #7B215C
RGB
CMYK
RGB Variations
Color information
#7B215C (or 0x7B215C) is known color: Palatinate Purple. HEX triplet: 7B, 21 and 5C. RGB value is (123,33,92). Sum of RGB (Red+Green+Blue) = 123+33+92=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B215C is #84DEA3. Grayscale: #424242. Windows color (decimal): -8707748 or 6037883. OLE color: 6037883.
HSL color Cylindrical-coordinate representation of color #7B215C: hue angle of 320.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B215C is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 92 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.52 |
| HSL | 320.67º | 0.58% | 0.31% | - |
| HSV(B) | 320.67º | 0.73% | 0.48% | - |
| XYZ | 10.64 | 6.07 | 10.74 | - |
| YUV | 66.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 92 | 0 | 0.73 | 0.25 | 0.52 | 320.67 | 0.58 | 0.31 |
| Hex | 7B | 21 | 5C | 0 | 49 | 19 | 34 | 141 | 3A | 1F |
| Octal | 173 | 41 | 134 | 0 | 111 | 31 | 64 | 501 | 72 | 37 |
| Binary | 1111011 | 100001 | 1011100 | 0 | 1001001 | 11001 | 110100 | 101000001 | 111010 | 11111 |
Color Harmonies of #7B215C
Complementary color
Monochromatic Colors of #7B215C
Black with #7B215C
Text Example
Text Example
White with #7B215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B215C; }
p { color: rgb(123,33,92); }
H1.HeaderClassName
{
color: #7B215C;
}
.AnyTagClassName
{
color: #7B215C;
}
</style>
background-color css
<style>
a { background-color: #7B215C; }
a { background-color: rgb(123,33,92); }
div.DivClassName
{
background-color: #7B215C;
}
.BgClassName
{
background-color: #7B215C;
}
</style>
border-color css
<style>
span { border-color: #7B215C; }
span { border-color: rgb(123,33,92); }
td.TdClassName
{
border-color: #7B215C;
}
.TagClassName
{
border-color: #7B215C;
}
</style>