Shades of Palatinate Purple #613A5A
Tints of Palatinate Purple #613A5A
RGB
CMYK
RGB Variations
Color information
#613A5A (or 0x613A5A) is known color: Palatinate Purple. HEX triplet: 61, 3A and 5A. RGB value is (97,58,90). Sum of RGB (Red+Green+Blue) = 97+58+90=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #613A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A5A is #9EC5A5. Grayscale: #494949. Windows color (decimal): -10405286 or 5913185. OLE color: 5913185.
HSL color Cylindrical-coordinate representation of color #613A5A: hue angle of 310.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A5A is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 90 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.62 |
| HSL | 310.77º | 0.25% | 0.3% | - |
| HSV(B) | 310.77º | 0.4% | 0.38% | - |
| XYZ | 8.29 | 6.31 | 10.45 | - |
| YUV | 73.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 90 | 0 | 0.40 | 0.07 | 0.62 | 310.77 | 0.25 | 0.3 |
| Hex | 61 | 3A | 5A | 0 | 28 | 7 | 3E | 137 | 19 | 1E |
| Octal | 141 | 72 | 132 | 0 | 50 | 7 | 76 | 467 | 31 | 36 |
| Binary | 1100001 | 111010 | 1011010 | 0 | 101000 | 111 | 111110 | 100110111 | 11001 | 11110 |
Color Harmonies of #613A5A
Complementary color
Monochromatic Colors of #613A5A
Black with #613A5A
Text Example
Text Example
White with #613A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A5A; }
p { color: rgb(97,58,90); }
H1.HeaderClassName
{
color: #613A5A;
}
.AnyTagClassName
{
color: #613A5A;
}
</style>
background-color css
<style>
a { background-color: #613A5A; }
a { background-color: rgb(97,58,90); }
div.DivClassName
{
background-color: #613A5A;
}
.BgClassName
{
background-color: #613A5A;
}
</style>
border-color css
<style>
span { border-color: #613A5A; }
span { border-color: rgb(97,58,90); }
td.TdClassName
{
border-color: #613A5A;
}
.TagClassName
{
border-color: #613A5A;
}
</style>