Shades of Palatinate Purple #612F60
Tints of Palatinate Purple #612F60
RGB
CMYK
RGB Variations
Color information
#612F60 (or 0x612F60) is known color: Palatinate Purple. HEX triplet: 61, 2F and 60. RGB value is (97,47,96). Sum of RGB (Red+Green+Blue) = 97+47+96=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #612F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F60 is #9ED09F. Grayscale: #434343. Windows color (decimal): -10408096 or 6303585. OLE color: 6303585.
HSL color Cylindrical-coordinate representation of color #612F60: hue angle of 301.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #612F60 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 47 | 96 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.62 |
| HSL | 301.2º | 0.35% | 0.28% | - |
| HSV(B) | 301.2º | 0.52% | 0.38% | - |
| XYZ | 8.06 | 5.42 | 11.69 | - |
| YUV | 67.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 96 | 0 | 0.52 | 0.01 | 0.62 | 301.2 | 0.35 | 0.28 |
| Hex | 61 | 2F | 60 | 0 | 34 | 1 | 3E | 12D | 23 | 1C |
| Octal | 141 | 57 | 140 | 0 | 64 | 1 | 76 | 455 | 43 | 34 |
| Binary | 1100001 | 101111 | 1100000 | 0 | 110100 | 1 | 111110 | 100101101 | 100011 | 11100 |
Color Harmonies of #612F60
Complementary color
Monochromatic Colors of #612F60
Black with #612F60
Text Example
Text Example
White with #612F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F60; }
p { color: rgb(97,47,96); }
H1.HeaderClassName
{
color: #612F60;
}
.AnyTagClassName
{
color: #612F60;
}
</style>
background-color css
<style>
a { background-color: #612F60; }
a { background-color: rgb(97,47,96); }
div.DivClassName
{
background-color: #612F60;
}
.BgClassName
{
background-color: #612F60;
}
</style>
border-color css
<style>
span { border-color: #612F60; }
span { border-color: rgb(97,47,96); }
td.TdClassName
{
border-color: #612F60;
}
.TagClassName
{
border-color: #612F60;
}
</style>