Shades of Palatinate Purple #61285A
Tints of Palatinate Purple #61285A
RGB
CMYK
RGB Variations
Color information
#61285A (or 0x61285A) is known color: Palatinate Purple. HEX triplet: 61, 28 and 5A. RGB value is (97,40,90). Sum of RGB (Red+Green+Blue) = 97+40+90=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61285A is #9ED7A5. Grayscale: #3E3E3E. Windows color (decimal): -10409894 or 5908577. OLE color: 5908577.
HSL color Cylindrical-coordinate representation of color #61285A: hue angle of 307.37º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61285A is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 40 | 90 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.62 |
| HSL | 307.37º | 0.42% | 0.27% | - |
| HSV(B) | 307.37º | 0.59% | 0.38% | - |
| XYZ | 7.53 | 4.8 | 10.2 | - |
| YUV | 62.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 90 | 0 | 0.59 | 0.07 | 0.62 | 307.37 | 0.42 | 0.27 |
| Hex | 61 | 28 | 5A | 0 | 3B | 7 | 3E | 133 | 2A | 1B |
| Octal | 141 | 50 | 132 | 0 | 73 | 7 | 76 | 463 | 52 | 33 |
| Binary | 1100001 | 101000 | 1011010 | 0 | 111011 | 111 | 111110 | 100110011 | 101010 | 11011 |
Color Harmonies of #61285A
Complementary color
Monochromatic Colors of #61285A
Black with #61285A
Text Example
Text Example
White with #61285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61285A; }
p { color: rgb(97,40,90); }
H1.HeaderClassName
{
color: #61285A;
}
.AnyTagClassName
{
color: #61285A;
}
</style>
background-color css
<style>
a { background-color: #61285A; }
a { background-color: rgb(97,40,90); }
div.DivClassName
{
background-color: #61285A;
}
.BgClassName
{
background-color: #61285A;
}
</style>
border-color css
<style>
span { border-color: #61285A; }
span { border-color: rgb(97,40,90); }
td.TdClassName
{
border-color: #61285A;
}
.TagClassName
{
border-color: #61285A;
}
</style>