Shades of Palatinate Purple #721B65
Tints of Palatinate Purple #721B65
RGB
CMYK
RGB Variations
Color information
#721B65 (or 0x721B65) is known color: Palatinate Purple. HEX triplet: 72, 1B and 65. RGB value is (114,27,101). Sum of RGB (Red+Green+Blue) = 114+27+101=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #721B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B65 is #8DE49A. Grayscale: #3D3D3D. Windows color (decimal): -9299099 or 6626162. OLE color: 6626162.
HSL color Cylindrical-coordinate representation of color #721B65: hue angle of 308.97º 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 #721B65 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 101 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.55 |
| HSL | 308.97º | 0.62% | 0.28% | - |
| HSV(B) | 308.97º | 0.76% | 0.45% | - |
| XYZ | 9.68 | 5.3 | 12.82 | - |
| YUV | 61.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 101 | 0 | 0.76 | 0.11 | 0.55 | 308.97 | 0.62 | 0.28 |
| Hex | 72 | 1B | 65 | 0 | 4C | B | 37 | 135 | 3E | 1C |
| Octal | 162 | 33 | 145 | 0 | 114 | 13 | 67 | 465 | 76 | 34 |
| Binary | 1110010 | 11011 | 1100101 | 0 | 1001100 | 1011 | 110111 | 100110101 | 111110 | 11100 |
Color Harmonies of #721B65
Complementary color
Monochromatic Colors of #721B65
Black with #721B65
Text Example
Text Example
White with #721B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B65; }
p { color: rgb(114,27,101); }
H1.HeaderClassName
{
color: #721B65;
}
.AnyTagClassName
{
color: #721B65;
}
</style>
background-color css
<style>
a { background-color: #721B65; }
a { background-color: rgb(114,27,101); }
div.DivClassName
{
background-color: #721B65;
}
.BgClassName
{
background-color: #721B65;
}
</style>
border-color css
<style>
span { border-color: #721B65; }
span { border-color: rgb(114,27,101); }
td.TdClassName
{
border-color: #721B65;
}
.TagClassName
{
border-color: #721B65;
}
</style>