Shades of Palatinate Purple #61275B
Tints of Palatinate Purple #61275B
RGB
CMYK
RGB Variations
Color information
#61275B (or 0x61275B) is known color: Palatinate Purple. HEX triplet: 61, 27 and 5B. RGB value is (97,39,91). Sum of RGB (Red+Green+Blue) = 97+39+91=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61275B is #9ED8A4. Grayscale: #3E3E3E. Windows color (decimal): -10410149 or 5973857. OLE color: 5973857.
HSL color Cylindrical-coordinate representation of color #61275B: hue angle of 306.21º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61275B is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 39 | 91 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.62 |
| HSL | 306.21º | 0.43% | 0.27% | - |
| HSV(B) | 306.21º | 0.6% | 0.38% | - |
| XYZ | 7.54 | 4.75 | 10.42 | - |
| YUV | 62.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 91 | 0 | 0.60 | 0.06 | 0.62 | 306.21 | 0.43 | 0.27 |
| Hex | 61 | 27 | 5B | 0 | 3C | 6 | 3E | 132 | 2B | 1B |
| Octal | 141 | 47 | 133 | 0 | 74 | 6 | 76 | 462 | 53 | 33 |
| Binary | 1100001 | 100111 | 1011011 | 0 | 111100 | 110 | 111110 | 100110010 | 101011 | 11011 |
Color Harmonies of #61275B
Complementary color
Monochromatic Colors of #61275B
Black with #61275B
Text Example
Text Example
White with #61275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61275B; }
p { color: rgb(97,39,91); }
H1.HeaderClassName
{
color: #61275B;
}
.AnyTagClassName
{
color: #61275B;
}
</style>
background-color css
<style>
a { background-color: #61275B; }
a { background-color: rgb(97,39,91); }
div.DivClassName
{
background-color: #61275B;
}
.BgClassName
{
background-color: #61275B;
}
</style>
border-color css
<style>
span { border-color: #61275B; }
span { border-color: rgb(97,39,91); }
td.TdClassName
{
border-color: #61275B;
}
.TagClassName
{
border-color: #61275B;
}
</style>