Shades of Palatinate Purple #613B5A
Tints of Palatinate Purple #613B5A
RGB
CMYK
RGB Variations
Color information
#613B5A (or 0x613B5A) is known color: Palatinate Purple. HEX triplet: 61, 3B and 5A. RGB value is (97,59,90). Sum of RGB (Red+Green+Blue) = 97+59+90=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #613B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B5A is #9EC4A5. Grayscale: #494949. Windows color (decimal): -10405030 or 5913441. OLE color: 5913441.
HSL color Cylindrical-coordinate representation of color #613B5A: hue angle of 311.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613B5A is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 90 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.62 |
| HSL | 311.05º | 0.24% | 0.31% | - |
| HSV(B) | 311.05º | 0.39% | 0.38% | - |
| XYZ | 8.34 | 6.41 | 10.47 | - |
| YUV | 73.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 90 | 0 | 0.39 | 0.07 | 0.62 | 311.05 | 0.24 | 0.31 |
| Hex | 61 | 3B | 5A | 0 | 27 | 7 | 3E | 137 | 18 | 1F |
| Octal | 141 | 73 | 132 | 0 | 47 | 7 | 76 | 467 | 30 | 37 |
| Binary | 1100001 | 111011 | 1011010 | 0 | 100111 | 111 | 111110 | 100110111 | 11000 | 11111 |
Color Harmonies of #613B5A
Complementary color
Monochromatic Colors of #613B5A
Black with #613B5A
Text Example
Text Example
White with #613B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B5A; }
p { color: rgb(97,59,90); }
H1.HeaderClassName
{
color: #613B5A;
}
.AnyTagClassName
{
color: #613B5A;
}
</style>
background-color css
<style>
a { background-color: #613B5A; }
a { background-color: rgb(97,59,90); }
div.DivClassName
{
background-color: #613B5A;
}
.BgClassName
{
background-color: #613B5A;
}
</style>
border-color css
<style>
span { border-color: #613B5A; }
span { border-color: rgb(97,59,90); }
td.TdClassName
{
border-color: #613B5A;
}
.TagClassName
{
border-color: #613B5A;
}
</style>