Shades of Palatinate Purple #7B2865
Tints of Palatinate Purple #7B2865
RGB
CMYK
RGB Variations
Color information
#7B2865 (or 0x7B2865) is known color: Palatinate Purple. HEX triplet: 7B, 28 and 65. RGB value is (123,40,101). Sum of RGB (Red+Green+Blue) = 123+40+101=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2865 is #84D79A. Grayscale: #474747. Windows color (decimal): -8705947 or 6629499. OLE color: 6629499.
HSL color Cylindrical-coordinate representation of color #7B2865: hue angle of 315.9º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2865 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 40 | 101 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.52 |
| HSL | 315.9º | 0.51% | 0.32% | - |
| HSV(B) | 315.9º | 0.67% | 0.48% | - |
| XYZ | 11.28 | 6.67 | 13 | - |
| YUV | 71.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 101 | 0 | 0.67 | 0.18 | 0.52 | 315.9 | 0.51 | 0.32 |
| Hex | 7B | 28 | 65 | 0 | 43 | 12 | 34 | 13C | 33 | 20 |
| Octal | 173 | 50 | 145 | 0 | 103 | 22 | 64 | 474 | 63 | 40 |
| Binary | 1111011 | 101000 | 1100101 | 0 | 1000011 | 10010 | 110100 | 100111100 | 110011 | 100000 |
Color Harmonies of #7B2865
Complementary color
Monochromatic Colors of #7B2865
Black with #7B2865
Text Example
Text Example
White with #7B2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2865; }
p { color: rgb(123,40,101); }
H1.HeaderClassName
{
color: #7B2865;
}
.AnyTagClassName
{
color: #7B2865;
}
</style>
background-color css
<style>
a { background-color: #7B2865; }
a { background-color: rgb(123,40,101); }
div.DivClassName
{
background-color: #7B2865;
}
.BgClassName
{
background-color: #7B2865;
}
</style>
border-color css
<style>
span { border-color: #7B2865; }
span { border-color: rgb(123,40,101); }
td.TdClassName
{
border-color: #7B2865;
}
.TagClassName
{
border-color: #7B2865;
}
</style>