Shades of Palatinate Purple #61285C
Tints of Palatinate Purple #61285C
RGB
CMYK
RGB Variations
Color information
#61285C (or 0x61285C) is known color: Palatinate Purple. HEX triplet: 61, 28 and 5C. RGB value is (97,40,92). Sum of RGB (Red+Green+Blue) = 97+40+92=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #61285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61285C is #9ED7A3. Grayscale: #3E3E3E. Windows color (decimal): -10409892 or 6039649. OLE color: 6039649.
HSL color Cylindrical-coordinate representation of color #61285C: hue angle of 305.26º 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 #61285C is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 40 | 92 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.62 |
| HSL | 305.26º | 0.42% | 0.27% | - |
| HSV(B) | 305.26º | 0.59% | 0.38% | - |
| XYZ | 7.62 | 4.83 | 10.66 | - |
| YUV | 62.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 92 | 0 | 0.59 | 0.05 | 0.62 | 305.26 | 0.42 | 0.27 |
| Hex | 61 | 28 | 5C | 0 | 3B | 5 | 3E | 131 | 2A | 1B |
| Octal | 141 | 50 | 134 | 0 | 73 | 5 | 76 | 461 | 52 | 33 |
| Binary | 1100001 | 101000 | 1011100 | 0 | 111011 | 101 | 111110 | 100110001 | 101010 | 11011 |
Color Harmonies of #61285C
Complementary color
Monochromatic Colors of #61285C
Black with #61285C
Text Example
Text Example
White with #61285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61285C; }
p { color: rgb(97,40,92); }
H1.HeaderClassName
{
color: #61285C;
}
.AnyTagClassName
{
color: #61285C;
}
</style>
background-color css
<style>
a { background-color: #61285C; }
a { background-color: rgb(97,40,92); }
div.DivClassName
{
background-color: #61285C;
}
.BgClassName
{
background-color: #61285C;
}
</style>
border-color css
<style>
span { border-color: #61285C; }
span { border-color: rgb(97,40,92); }
td.TdClassName
{
border-color: #61285C;
}
.TagClassName
{
border-color: #61285C;
}
</style>