Shades of Palatinate Purple #72265B
Tints of Palatinate Purple #72265B
RGB
CMYK
RGB Variations
Color information
#72265B (or 0x72265B) is known color: Palatinate Purple. HEX triplet: 72, 26 and 5B. RGB value is (114,38,91). Sum of RGB (Red+Green+Blue) = 114+38+91=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72265B is #8DD9A4. Grayscale: #424242. Windows color (decimal): -9296293 or 5973618. OLE color: 5973618.
HSL color Cylindrical-coordinate representation of color #72265B: hue angle of 318.16º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72265B is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 38 | 91 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.55 |
| HSL | 318.16º | 0.5% | 0.3% | - |
| HSV(B) | 318.16º | 0.67% | 0.45% | - |
| XYZ | 9.52 | 5.72 | 10.5 | - |
| YUV | 66.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 91 | 0 | 0.67 | 0.20 | 0.55 | 318.16 | 0.5 | 0.3 |
| Hex | 72 | 26 | 5B | 0 | 43 | 14 | 37 | 13E | 32 | 1E |
| Octal | 162 | 46 | 133 | 0 | 103 | 24 | 67 | 476 | 62 | 36 |
| Binary | 1110010 | 100110 | 1011011 | 0 | 1000011 | 10100 | 110111 | 100111110 | 110010 | 11110 |
Color Harmonies of #72265B
Complementary color
Monochromatic Colors of #72265B
Black with #72265B
Text Example
Text Example
White with #72265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72265B; }
p { color: rgb(114,38,91); }
H1.HeaderClassName
{
color: #72265B;
}
.AnyTagClassName
{
color: #72265B;
}
</style>
background-color css
<style>
a { background-color: #72265B; }
a { background-color: rgb(114,38,91); }
div.DivClassName
{
background-color: #72265B;
}
.BgClassName
{
background-color: #72265B;
}
</style>
border-color css
<style>
span { border-color: #72265B; }
span { border-color: rgb(114,38,91); }
td.TdClassName
{
border-color: #72265B;
}
.TagClassName
{
border-color: #72265B;
}
</style>