Shades of Palatinate Purple #612B58
Tints of Palatinate Purple #612B58
RGB
CMYK
RGB Variations
Color information
#612B58 (or 0x612B58) is known color: Palatinate Purple. HEX triplet: 61, 2B and 58. RGB value is (97,43,88). Sum of RGB (Red+Green+Blue) = 97+43+88=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #612B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B58 is #9ED4A7. Grayscale: #404040. Windows color (decimal): -10409128 or 5778273. OLE color: 5778273.
HSL color Cylindrical-coordinate representation of color #612B58: hue angle of 310º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B58 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 88 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.62 |
| HSL | 310º | 0.39% | 0.27% | - |
| HSV(B) | 310º | 0.56% | 0.38% | - |
| XYZ | 7.56 | 4.97 | 9.79 | - |
| YUV | 64.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 88 | 0 | 0.56 | 0.09 | 0.62 | 310 | 0.39 | 0.27 |
| Hex | 61 | 2B | 58 | 0 | 38 | 9 | 3E | 136 | 27 | 1B |
| Octal | 141 | 53 | 130 | 0 | 70 | 11 | 76 | 466 | 47 | 33 |
| Binary | 1100001 | 101011 | 1011000 | 0 | 111000 | 1001 | 111110 | 100110110 | 100111 | 11011 |
Color Harmonies of #612B58
Complementary color
Monochromatic Colors of #612B58
Black with #612B58
Text Example
Text Example
White with #612B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B58; }
p { color: rgb(97,43,88); }
H1.HeaderClassName
{
color: #612B58;
}
.AnyTagClassName
{
color: #612B58;
}
</style>
background-color css
<style>
a { background-color: #612B58; }
a { background-color: rgb(97,43,88); }
div.DivClassName
{
background-color: #612B58;
}
.BgClassName
{
background-color: #612B58;
}
</style>
border-color css
<style>
span { border-color: #612B58; }
span { border-color: rgb(97,43,88); }
td.TdClassName
{
border-color: #612B58;
}
.TagClassName
{
border-color: #612B58;
}
</style>