Shades of Palatinate Purple #601965
Tints of Palatinate Purple #601965
RGB
CMYK
RGB Variations
Color information
#601965 (or 0x601965) is known color: Palatinate Purple. HEX triplet: 60, 19 and 65. RGB value is (96,25,101). Sum of RGB (Red+Green+Blue) = 96+25+101=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #601965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601965 is #9FE69A. Grayscale: #363636. Windows color (decimal): -10479259 or 6625632. OLE color: 6625632.
HSL color Cylindrical-coordinate representation of color #601965: hue angle of 296.05º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601965 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 25 | 101 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.60 |
| HSL | 296.05º | 0.6% | 0.25% | - |
| HSV(B) | 296.05º | 0.75% | 0.4% | - |
| XYZ | 7.52 | 4.12 | 12.71 | - |
| YUV | 54.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 101 | 0.05 | 0.75 | 0 | 0.60 | 296.05 | 0.6 | 0.25 |
| Hex | 60 | 19 | 65 | 5 | 4B | 0 | 3C | 128 | 3C | 19 |
| Octal | 140 | 31 | 145 | 5 | 113 | 0 | 74 | 450 | 74 | 31 |
| Binary | 1100000 | 11001 | 1100101 | 101 | 1001011 | 0 | 111100 | 100101000 | 111100 | 11001 |
Color Harmonies of #601965
Complementary color
Monochromatic Colors of #601965
Black with #601965
Text Example
Text Example
White with #601965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601965; }
p { color: rgb(96,25,101); }
H1.HeaderClassName
{
color: #601965;
}
.AnyTagClassName
{
color: #601965;
}
</style>
background-color css
<style>
a { background-color: #601965; }
a { background-color: rgb(96,25,101); }
div.DivClassName
{
background-color: #601965;
}
.BgClassName
{
background-color: #601965;
}
</style>
border-color css
<style>
span { border-color: #601965; }
span { border-color: rgb(96,25,101); }
td.TdClassName
{
border-color: #601965;
}
.TagClassName
{
border-color: #601965;
}
</style>