Shades of Palatinate Purple #61005A
Tints of Palatinate Purple #61005A
RGB
CMYK
RGB Variations
Color information
#61005A (or 0x61005A) is known color: Palatinate Purple. HEX triplet: 61, 00 and 5A. RGB value is (97,0,90). Sum of RGB (Red+Green+Blue) = 97+0+90=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #61005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61005A is #9EFFA5. Grayscale: #272727. Windows color (decimal): -10420134 or 5898337. OLE color: 5898337.
HSL color Cylindrical-coordinate representation of color #61005A: hue angle of 304.33º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61005A is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.07 | 0.62 |
| HSL | 304.33º | 1% | 0.19% | - |
| HSV(B) | 304.33º | 1% | 0.38% | - |
| XYZ | 6.78 | 3.28 | 9.95 | - |
| YUV | 39.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 90 | 0 | 1 | 0.07 | 0.62 | 304.33 | 1 | 0.19 |
| Hex | 61 | 0 | 5A | 0 | 64 | 7 | 3E | 130 | 64 | 13 |
| Octal | 141 | 0 | 132 | 0 | 144 | 7 | 76 | 460 | 144 | 23 |
| Binary | 1100001 | 0 | 1011010 | 0 | 1100100 | 111 | 111110 | 100110000 | 1100100 | 10011 |
Color Harmonies of #61005A
Complementary color
Monochromatic Colors of #61005A
Black with #61005A
Text Example
Text Example
White with #61005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61005A; }
p { color: rgb(97,0,90); }
H1.HeaderClassName
{
color: #61005A;
}
.AnyTagClassName
{
color: #61005A;
}
</style>
background-color css
<style>
a { background-color: #61005A; }
a { background-color: rgb(97,0,90); }
div.DivClassName
{
background-color: #61005A;
}
.BgClassName
{
background-color: #61005A;
}
</style>
border-color css
<style>
span { border-color: #61005A; }
span { border-color: rgb(97,0,90); }
td.TdClassName
{
border-color: #61005A;
}
.TagClassName
{
border-color: #61005A;
}
</style>