Shades of Palatinate Purple #612A5F
Tints of Palatinate Purple #612A5F
RGB
CMYK
RGB Variations
Color information
#612A5F (or 0x612A5F) is known color: Palatinate Purple. HEX triplet: 61, 2A and 5F. RGB value is (97,42,95). Sum of RGB (Red+Green+Blue) = 97+42+95=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #612A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A5F is #9ED5A0. Grayscale: #404040. Windows color (decimal): -10409377 or 6236769. OLE color: 6236769.
HSL color Cylindrical-coordinate representation of color #612A5F: hue angle of 302.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A5F is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 95 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.62 |
| HSL | 302.18º | 0.4% | 0.27% | - |
| HSV(B) | 302.18º | 0.57% | 0.38% | - |
| XYZ | 7.82 | 5.02 | 11.38 | - |
| YUV | 64.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 95 | 0 | 0.57 | 0.02 | 0.62 | 302.18 | 0.4 | 0.27 |
| Hex | 61 | 2A | 5F | 0 | 39 | 2 | 3E | 12E | 28 | 1B |
| Octal | 141 | 52 | 137 | 0 | 71 | 2 | 76 | 456 | 50 | 33 |
| Binary | 1100001 | 101010 | 1011111 | 0 | 111001 | 10 | 111110 | 100101110 | 101000 | 11011 |
Color Harmonies of #612A5F
Complementary color
Monochromatic Colors of #612A5F
Black with #612A5F
Text Example
Text Example
White with #612A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A5F; }
p { color: rgb(97,42,95); }
H1.HeaderClassName
{
color: #612A5F;
}
.AnyTagClassName
{
color: #612A5F;
}
</style>
background-color css
<style>
a { background-color: #612A5F; }
a { background-color: rgb(97,42,95); }
div.DivClassName
{
background-color: #612A5F;
}
.BgClassName
{
background-color: #612A5F;
}
</style>
border-color css
<style>
span { border-color: #612A5F; }
span { border-color: rgb(97,42,95); }
td.TdClassName
{
border-color: #612A5F;
}
.TagClassName
{
border-color: #612A5F;
}
</style>