Shades of Palatinate Purple #7B2467
Tints of Palatinate Purple #7B2467
RGB
CMYK
RGB Variations
Color information
#7B2467 (or 0x7B2467) is known color: Palatinate Purple. HEX triplet: 7B, 24 and 67. RGB value is (123,36,103). Sum of RGB (Red+Green+Blue) = 123+36+103=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2467 is #84DB98. Grayscale: #454545. Windows color (decimal): -8706969 or 6759547. OLE color: 6759547.
HSL color Cylindrical-coordinate representation of color #7B2467: hue angle of 313.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B2467 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 103 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.52 |
| HSL | 313.79º | 0.55% | 0.31% | - |
| HSV(B) | 313.79º | 0.71% | 0.48% | - |
| XYZ | 11.25 | 6.45 | 13.48 | - |
| YUV | 69.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 103 | 0 | 0.71 | 0.16 | 0.52 | 313.79 | 0.55 | 0.31 |
| Hex | 7B | 24 | 67 | 0 | 47 | 10 | 34 | 13A | 37 | 1F |
| Octal | 173 | 44 | 147 | 0 | 107 | 20 | 64 | 472 | 67 | 37 |
| Binary | 1111011 | 100100 | 1100111 | 0 | 1000111 | 10000 | 110100 | 100111010 | 110111 | 11111 |
Color Harmonies of #7B2467
Complementary color
Monochromatic Colors of #7B2467
Black with #7B2467
Text Example
Text Example
White with #7B2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2467; }
p { color: rgb(123,36,103); }
H1.HeaderClassName
{
color: #7B2467;
}
.AnyTagClassName
{
color: #7B2467;
}
</style>
background-color css
<style>
a { background-color: #7B2467; }
a { background-color: rgb(123,36,103); }
div.DivClassName
{
background-color: #7B2467;
}
.BgClassName
{
background-color: #7B2467;
}
</style>
border-color css
<style>
span { border-color: #7B2467; }
span { border-color: rgb(123,36,103); }
td.TdClassName
{
border-color: #7B2467;
}
.TagClassName
{
border-color: #7B2467;
}
</style>