Shades of Palatinate Purple #7B205F
Tints of Palatinate Purple #7B205F
RGB
CMYK
RGB Variations
Color information
#7B205F (or 0x7B205F) is known color: Palatinate Purple. HEX triplet: 7B, 20 and 5F. RGB value is (123,32,95). Sum of RGB (Red+Green+Blue) = 123+32+95=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B205F is #84DFA0. Grayscale: #424242. Windows color (decimal): -8708001 or 6234235. OLE color: 6234235.
HSL color Cylindrical-coordinate representation of color #7B205F: hue angle of 318.46º 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 #7B205F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 95 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.52 |
| HSL | 318.46º | 0.59% | 0.3% | - |
| HSV(B) | 318.46º | 0.74% | 0.48% | - |
| XYZ | 10.75 | 6.07 | 11.43 | - |
| YUV | 66.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 95 | 0 | 0.74 | 0.23 | 0.52 | 318.46 | 0.59 | 0.3 |
| Hex | 7B | 20 | 5F | 0 | 4A | 17 | 34 | 13E | 3B | 1E |
| Octal | 173 | 40 | 137 | 0 | 112 | 27 | 64 | 476 | 73 | 36 |
| Binary | 1111011 | 100000 | 1011111 | 0 | 1001010 | 10111 | 110100 | 100111110 | 111011 | 11110 |
Color Harmonies of #7B205F
Complementary color
Monochromatic Colors of #7B205F
Black with #7B205F
Text Example
Text Example
White with #7B205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B205F; }
p { color: rgb(123,32,95); }
H1.HeaderClassName
{
color: #7B205F;
}
.AnyTagClassName
{
color: #7B205F;
}
</style>
background-color css
<style>
a { background-color: #7B205F; }
a { background-color: rgb(123,32,95); }
div.DivClassName
{
background-color: #7B205F;
}
.BgClassName
{
background-color: #7B205F;
}
</style>
border-color css
<style>
span { border-color: #7B205F; }
span { border-color: rgb(123,32,95); }
td.TdClassName
{
border-color: #7B205F;
}
.TagClassName
{
border-color: #7B205F;
}
</style>