Shades of Palatinate Purple #721B68
Tints of Palatinate Purple #721B68
RGB
CMYK
RGB Variations
Color information
#721B68 (or 0x721B68) is known color: Palatinate Purple. HEX triplet: 72, 1B and 68. RGB value is (114,27,104). Sum of RGB (Red+Green+Blue) = 114+27+104=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #721B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B68 is #8DE497. Grayscale: #3D3D3D. Windows color (decimal): -9299096 or 6822770. OLE color: 6822770.
HSL color Cylindrical-coordinate representation of color #721B68: hue angle of 306.9º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B68 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 104 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.55 |
| HSL | 306.9º | 0.62% | 0.28% | - |
| HSV(B) | 306.9º | 0.76% | 0.45% | - |
| XYZ | 9.83 | 5.36 | 13.61 | - |
| YUV | 61.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 104 | 0 | 0.76 | 0.09 | 0.55 | 306.9 | 0.62 | 0.28 |
| Hex | 72 | 1B | 68 | 0 | 4C | 9 | 37 | 133 | 3E | 1C |
| Octal | 162 | 33 | 150 | 0 | 114 | 11 | 67 | 463 | 76 | 34 |
| Binary | 1110010 | 11011 | 1101000 | 0 | 1001100 | 1001 | 110111 | 100110011 | 111110 | 11100 |
Color Harmonies of #721B68
Complementary color
Monochromatic Colors of #721B68
Black with #721B68
Text Example
Text Example
White with #721B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B68; }
p { color: rgb(114,27,104); }
H1.HeaderClassName
{
color: #721B68;
}
.AnyTagClassName
{
color: #721B68;
}
</style>
background-color css
<style>
a { background-color: #721B68; }
a { background-color: rgb(114,27,104); }
div.DivClassName
{
background-color: #721B68;
}
.BgClassName
{
background-color: #721B68;
}
</style>
border-color css
<style>
span { border-color: #721B68; }
span { border-color: rgb(114,27,104); }
td.TdClassName
{
border-color: #721B68;
}
.TagClassName
{
border-color: #721B68;
}
</style>