Shades of Palatinate Purple #7B175B
Tints of Palatinate Purple #7B175B
RGB
CMYK
RGB Variations
Color information
#7B175B (or 0x7B175B) is known color: Palatinate Purple. HEX triplet: 7B, 17 and 5B. RGB value is (123,23,91). Sum of RGB (Red+Green+Blue) = 123+23+91=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B175B is #84E8A4. Grayscale: #3C3C3C. Windows color (decimal): -8710309 or 5969787. OLE color: 5969787.
HSL color Cylindrical-coordinate representation of color #7B175B: hue angle of 319.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B175B is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 23 | 91 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.52 |
| HSL | 319.2º | 0.68% | 0.29% | - |
| HSV(B) | 319.2º | 0.81% | 0.48% | - |
| XYZ | 10.36 | 5.58 | 10.43 | - |
| YUV | 60.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 91 | 0 | 0.81 | 0.26 | 0.52 | 319.2 | 0.68 | 0.29 |
| Hex | 7B | 17 | 5B | 0 | 51 | 1A | 34 | 13F | 44 | 1D |
| Octal | 173 | 27 | 133 | 0 | 121 | 32 | 64 | 477 | 104 | 35 |
| Binary | 1111011 | 10111 | 1011011 | 0 | 1010001 | 11010 | 110100 | 100111111 | 1000100 | 11101 |
Color Harmonies of #7B175B
Complementary color
Monochromatic Colors of #7B175B
Black with #7B175B
Text Example
Text Example
White with #7B175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B175B; }
p { color: rgb(123,23,91); }
H1.HeaderClassName
{
color: #7B175B;
}
.AnyTagClassName
{
color: #7B175B;
}
</style>
background-color css
<style>
a { background-color: #7B175B; }
a { background-color: rgb(123,23,91); }
div.DivClassName
{
background-color: #7B175B;
}
.BgClassName
{
background-color: #7B175B;
}
</style>
border-color css
<style>
span { border-color: #7B175B; }
span { border-color: rgb(123,23,91); }
td.TdClassName
{
border-color: #7B175B;
}
.TagClassName
{
border-color: #7B175B;
}
</style>