Shades of Palatinate Purple #613E5E
Tints of Palatinate Purple #613E5E
RGB
CMYK
RGB Variations
Color information
#613E5E (or 0x613E5E) is known color: Palatinate Purple. HEX triplet: 61, 3E and 5E. RGB value is (97,62,94). Sum of RGB (Red+Green+Blue) = 97+62+94=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #613E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E5E is #9EC1A1. Grayscale: #4C4C4C. Windows color (decimal): -10404258 or 6176353. OLE color: 6176353.
HSL color Cylindrical-coordinate representation of color #613E5E: hue angle of 305.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613E5E is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 94 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.62 |
| HSL | 305.14º | 0.22% | 0.31% | - |
| HSV(B) | 305.14º | 0.36% | 0.38% | - |
| XYZ | 8.67 | 6.79 | 11.44 | - |
| YUV | 76.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 94 | 0 | 0.36 | 0.03 | 0.62 | 305.14 | 0.22 | 0.31 |
| Hex | 61 | 3E | 5E | 0 | 24 | 3 | 3E | 131 | 16 | 1F |
| Octal | 141 | 76 | 136 | 0 | 44 | 3 | 76 | 461 | 26 | 37 |
| Binary | 1100001 | 111110 | 1011110 | 0 | 100100 | 11 | 111110 | 100110001 | 10110 | 11111 |
Color Harmonies of #613E5E
Complementary color
Monochromatic Colors of #613E5E
Black with #613E5E
Text Example
Text Example
White with #613E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E5E; }
p { color: rgb(97,62,94); }
H1.HeaderClassName
{
color: #613E5E;
}
.AnyTagClassName
{
color: #613E5E;
}
</style>
background-color css
<style>
a { background-color: #613E5E; }
a { background-color: rgb(97,62,94); }
div.DivClassName
{
background-color: #613E5E;
}
.BgClassName
{
background-color: #613E5E;
}
</style>
border-color css
<style>
span { border-color: #613E5E; }
span { border-color: rgb(97,62,94); }
td.TdClassName
{
border-color: #613E5E;
}
.TagClassName
{
border-color: #613E5E;
}
</style>