Shades of Palatinate Purple #61265C
Tints of Palatinate Purple #61265C
RGB
CMYK
RGB Variations
Color information
#61265C (or 0x61265C) is known color: Palatinate Purple. HEX triplet: 61, 26 and 5C. RGB value is (97,38,92). Sum of RGB (Red+Green+Blue) = 97+38+92=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61265C is #9ED9A3. Grayscale: #3D3D3D. Windows color (decimal): -10410404 or 6039137. OLE color: 6039137.
HSL color Cylindrical-coordinate representation of color #61265C: hue angle of 305.08º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61265C is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 38 | 92 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.62 |
| HSL | 305.08º | 0.44% | 0.26% | - |
| HSV(B) | 305.08º | 0.61% | 0.38% | - |
| XYZ | 7.55 | 4.7 | 10.63 | - |
| YUV | 61.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 92 | 0 | 0.61 | 0.05 | 0.62 | 305.08 | 0.44 | 0.26 |
| Hex | 61 | 26 | 5C | 0 | 3D | 5 | 3E | 131 | 2C | 1A |
| Octal | 141 | 46 | 134 | 0 | 75 | 5 | 76 | 461 | 54 | 32 |
| Binary | 1100001 | 100110 | 1011100 | 0 | 111101 | 101 | 111110 | 100110001 | 101100 | 11010 |
Color Harmonies of #61265C
Complementary color
Monochromatic Colors of #61265C
Black with #61265C
Text Example
Text Example
White with #61265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61265C; }
p { color: rgb(97,38,92); }
H1.HeaderClassName
{
color: #61265C;
}
.AnyTagClassName
{
color: #61265C;
}
</style>
background-color css
<style>
a { background-color: #61265C; }
a { background-color: rgb(97,38,92); }
div.DivClassName
{
background-color: #61265C;
}
.BgClassName
{
background-color: #61265C;
}
</style>
border-color css
<style>
span { border-color: #61265C; }
span { border-color: rgb(97,38,92); }
td.TdClassName
{
border-color: #61265C;
}
.TagClassName
{
border-color: #61265C;
}
</style>