Shades of Palatinate Purple #721B6A
Tints of Palatinate Purple #721B6A
RGB
CMYK
RGB Variations
Color information
#721B6A (or 0x721B6A) is known color: Palatinate Purple. HEX triplet: 72, 1B and 6A. RGB value is (114,27,106). Sum of RGB (Red+Green+Blue) = 114+27+106=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #721B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B6A is #8DE495. Grayscale: #3D3D3D. Windows color (decimal): -9299094 or 6953842. OLE color: 6953842.
HSL color Cylindrical-coordinate representation of color #721B6A: hue angle of 305.52º 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 #721B6A is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 106 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.55 |
| HSL | 305.52º | 0.62% | 0.28% | - |
| HSV(B) | 305.52º | 0.76% | 0.45% | - |
| XYZ | 9.93 | 5.4 | 14.15 | - |
| YUV | 62.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 106 | 0 | 0.76 | 0.07 | 0.55 | 305.52 | 0.62 | 0.28 |
| Hex | 72 | 1B | 6A | 0 | 4C | 7 | 37 | 132 | 3E | 1C |
| Octal | 162 | 33 | 152 | 0 | 114 | 7 | 67 | 462 | 76 | 34 |
| Binary | 1110010 | 11011 | 1101010 | 0 | 1001100 | 111 | 110111 | 100110010 | 111110 | 11100 |
Color Harmonies of #721B6A
Complementary color
Monochromatic Colors of #721B6A
Black with #721B6A
Text Example
Text Example
White with #721B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B6A; }
p { color: rgb(114,27,106); }
H1.HeaderClassName
{
color: #721B6A;
}
.AnyTagClassName
{
color: #721B6A;
}
</style>
background-color css
<style>
a { background-color: #721B6A; }
a { background-color: rgb(114,27,106); }
div.DivClassName
{
background-color: #721B6A;
}
.BgClassName
{
background-color: #721B6A;
}
</style>
border-color css
<style>
span { border-color: #721B6A; }
span { border-color: rgb(114,27,106); }
td.TdClassName
{
border-color: #721B6A;
}
.TagClassName
{
border-color: #721B6A;
}
</style>