Shades of Palatinate Purple #61265A
Tints of Palatinate Purple #61265A
RGB
CMYK
RGB Variations
Color information
#61265A (or 0x61265A) is known color: Palatinate Purple. HEX triplet: 61, 26 and 5A. RGB value is (97,38,90). Sum of RGB (Red+Green+Blue) = 97+38+90=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61265A is #9ED9A5. Grayscale: #3D3D3D. Windows color (decimal): -10410406 or 5908065. OLE color: 5908065.
HSL color Cylindrical-coordinate representation of color #61265A: hue angle of 307.12º 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 #61265A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 38 | 90 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.62 |
| HSL | 307.12º | 0.44% | 0.26% | - |
| HSV(B) | 307.12º | 0.61% | 0.38% | - |
| XYZ | 7.47 | 4.67 | 10.18 | - |
| YUV | 61.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 90 | 0 | 0.61 | 0.07 | 0.62 | 307.12 | 0.44 | 0.26 |
| Hex | 61 | 26 | 5A | 0 | 3D | 7 | 3E | 133 | 2C | 1A |
| Octal | 141 | 46 | 132 | 0 | 75 | 7 | 76 | 463 | 54 | 32 |
| Binary | 1100001 | 100110 | 1011010 | 0 | 111101 | 111 | 111110 | 100110011 | 101100 | 11010 |
Color Harmonies of #61265A
Complementary color
Monochromatic Colors of #61265A
Black with #61265A
Text Example
Text Example
White with #61265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61265A; }
p { color: rgb(97,38,90); }
H1.HeaderClassName
{
color: #61265A;
}
.AnyTagClassName
{
color: #61265A;
}
</style>
background-color css
<style>
a { background-color: #61265A; }
a { background-color: rgb(97,38,90); }
div.DivClassName
{
background-color: #61265A;
}
.BgClassName
{
background-color: #61265A;
}
</style>
border-color css
<style>
span { border-color: #61265A; }
span { border-color: rgb(97,38,90); }
td.TdClassName
{
border-color: #61265A;
}
.TagClassName
{
border-color: #61265A;
}
</style>