Shades of Palatinate Purple #731E6A
Tints of Palatinate Purple #731E6A
RGB
CMYK
RGB Variations
Color information
#731E6A (or 0x731E6A) is known color: Palatinate Purple. HEX triplet: 73, 1E and 6A. RGB value is (115,30,106). Sum of RGB (Red+Green+Blue) = 115+30+106=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E6A is #8CE195. Grayscale: #3F3F3F. Windows color (decimal): -9232790 or 6954611. OLE color: 6954611.
HSL color Cylindrical-coordinate representation of color #731E6A: hue angle of 306.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E6A is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 106 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.55 |
| HSL | 306.35º | 0.59% | 0.28% | - |
| HSV(B) | 306.35º | 0.74% | 0.45% | - |
| XYZ | 10.14 | 5.61 | 14.19 | - |
| YUV | 64.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 106 | 0 | 0.74 | 0.08 | 0.55 | 306.35 | 0.59 | 0.28 |
| Hex | 73 | 1E | 6A | 0 | 4A | 8 | 37 | 132 | 3B | 1C |
| Octal | 163 | 36 | 152 | 0 | 112 | 10 | 67 | 462 | 73 | 34 |
| Binary | 1110011 | 11110 | 1101010 | 0 | 1001010 | 1000 | 110111 | 100110010 | 111011 | 11100 |
Color Harmonies of #731E6A
Complementary color
Monochromatic Colors of #731E6A
Black with #731E6A
Text Example
Text Example
White with #731E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E6A; }
p { color: rgb(115,30,106); }
H1.HeaderClassName
{
color: #731E6A;
}
.AnyTagClassName
{
color: #731E6A;
}
</style>
background-color css
<style>
a { background-color: #731E6A; }
a { background-color: rgb(115,30,106); }
div.DivClassName
{
background-color: #731E6A;
}
.BgClassName
{
background-color: #731E6A;
}
</style>
border-color css
<style>
span { border-color: #731E6A; }
span { border-color: rgb(115,30,106); }
td.TdClassName
{
border-color: #731E6A;
}
.TagClassName
{
border-color: #731E6A;
}
</style>