Shades of Palatinate Purple #613153
Tints of Palatinate Purple #613153
RGB
CMYK
RGB Variations
Color information
#613153 (or 0x613153) is known color: Palatinate Purple. HEX triplet: 61, 31 and 53. RGB value is (97,49,83). Sum of RGB (Red+Green+Blue) = 97+49+83=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #613153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613153 is #9ECEAC. Grayscale: #434343. Windows color (decimal): -10407597 or 5452129. OLE color: 5452129.
HSL color Cylindrical-coordinate representation of color #613153: hue angle of 317.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613153 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 49 | 83 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.62 |
| HSL | 317.5º | 0.33% | 0.29% | - |
| HSV(B) | 317.5º | 0.49% | 0.38% | - |
| XYZ | 7.59 | 5.36 | 8.82 | - |
| YUV | 67.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 83 | 0 | 0.49 | 0.14 | 0.62 | 317.5 | 0.33 | 0.29 |
| Hex | 61 | 31 | 53 | 0 | 31 | E | 3E | 13E | 21 | 1D |
| Octal | 141 | 61 | 123 | 0 | 61 | 16 | 76 | 476 | 41 | 35 |
| Binary | 1100001 | 110001 | 1010011 | 0 | 110001 | 1110 | 111110 | 100111110 | 100001 | 11101 |
Color Harmonies of #613153
Complementary color
Monochromatic Colors of #613153
Black with #613153
Text Example
Text Example
White with #613153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613153; }
p { color: rgb(97,49,83); }
H1.HeaderClassName
{
color: #613153;
}
.AnyTagClassName
{
color: #613153;
}
</style>
background-color css
<style>
a { background-color: #613153; }
a { background-color: rgb(97,49,83); }
div.DivClassName
{
background-color: #613153;
}
.BgClassName
{
background-color: #613153;
}
</style>
border-color css
<style>
span { border-color: #613153; }
span { border-color: rgb(97,49,83); }
td.TdClassName
{
border-color: #613153;
}
.TagClassName
{
border-color: #613153;
}
</style>