Shades of Palatinate Purple #722B6C
Tints of Palatinate Purple #722B6C
RGB
CMYK
RGB Variations
Color information
#722B6C (or 0x722B6C) is known color: Palatinate Purple. HEX triplet: 72, 2B and 6C. RGB value is (114,43,108). Sum of RGB (Red+Green+Blue) = 114+43+108=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #722B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722B6C is #8DD493. Grayscale: #474747. Windows color (decimal): -9294996 or 7089010. OLE color: 7089010.
HSL color Cylindrical-coordinate representation of color #722B6C: hue angle of 305.07º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722B6C is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 108 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.55 |
| HSL | 305.07º | 0.45% | 0.31% | - |
| HSV(B) | 305.07º | 0.62% | 0.45% | - |
| XYZ | 10.51 | 6.39 | 14.87 | - |
| YUV | 71.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 108 | 0 | 0.62 | 0.05 | 0.55 | 305.07 | 0.45 | 0.31 |
| Hex | 72 | 2B | 6C | 0 | 3E | 5 | 37 | 131 | 2D | 1F |
| Octal | 162 | 53 | 154 | 0 | 76 | 5 | 67 | 461 | 55 | 37 |
| Binary | 1110010 | 101011 | 1101100 | 0 | 111110 | 101 | 110111 | 100110001 | 101101 | 11111 |
Color Harmonies of #722B6C
Complementary color
Monochromatic Colors of #722B6C
Black with #722B6C
Text Example
Text Example
White with #722B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B6C; }
p { color: rgb(114,43,108); }
H1.HeaderClassName
{
color: #722B6C;
}
.AnyTagClassName
{
color: #722B6C;
}
</style>
background-color css
<style>
a { background-color: #722B6C; }
a { background-color: rgb(114,43,108); }
div.DivClassName
{
background-color: #722B6C;
}
.BgClassName
{
background-color: #722B6C;
}
</style>
border-color css
<style>
span { border-color: #722B6C; }
span { border-color: rgb(114,43,108); }
td.TdClassName
{
border-color: #722B6C;
}
.TagClassName
{
border-color: #722B6C;
}
</style>