Shades of Palatinate Purple #612465
Tints of Palatinate Purple #612465
RGB
CMYK
RGB Variations
Color information
#612465 (or 0x612465) is known color: Palatinate Purple. HEX triplet: 61, 24 and 65. RGB value is (97,36,101). Sum of RGB (Red+Green+Blue) = 97+36+101=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #612465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612465 is #9EDB9A. Grayscale: #3D3D3D. Windows color (decimal): -10410907 or 6628449. OLE color: 6628449.
HSL color Cylindrical-coordinate representation of color #612465: hue angle of 296.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612465 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 36 | 101 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.60 |
| HSL | 296.31º | 0.47% | 0.27% | - |
| HSV(B) | 296.31º | 0.64% | 0.4% | - |
| XYZ | 7.91 | 4.74 | 12.81 | - |
| YUV | 61.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 101 | 0.04 | 0.64 | 0 | 0.60 | 296.31 | 0.47 | 0.27 |
| Hex | 61 | 24 | 65 | 4 | 40 | 0 | 3C | 128 | 2F | 1B |
| Octal | 141 | 44 | 145 | 4 | 100 | 0 | 74 | 450 | 57 | 33 |
| Binary | 1100001 | 100100 | 1100101 | 100 | 1000000 | 0 | 111100 | 100101000 | 101111 | 11011 |
Color Harmonies of #612465
Complementary color
Monochromatic Colors of #612465
Black with #612465
Text Example
Text Example
White with #612465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612465; }
p { color: rgb(97,36,101); }
H1.HeaderClassName
{
color: #612465;
}
.AnyTagClassName
{
color: #612465;
}
</style>
background-color css
<style>
a { background-color: #612465; }
a { background-color: rgb(97,36,101); }
div.DivClassName
{
background-color: #612465;
}
.BgClassName
{
background-color: #612465;
}
</style>
border-color css
<style>
span { border-color: #612465; }
span { border-color: rgb(97,36,101); }
td.TdClassName
{
border-color: #612465;
}
.TagClassName
{
border-color: #612465;
}
</style>