Shades of Palatinate Purple #600961
Tints of Palatinate Purple #600961
RGB
CMYK
RGB Variations
Color information
#600961 (or 0x600961) is known color: Palatinate Purple. HEX triplet: 60, 09 and 61. RGB value is (96,9,97). Sum of RGB (Red+Green+Blue) = 96+9+97=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #600961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600961 is #9FF69E. Grayscale: #2C2C2C. Windows color (decimal): -10483359 or 6359392. OLE color: 6359392.
HSL color Cylindrical-coordinate representation of color #600961: hue angle of 299.32º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600961 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 9 | 97 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.62 |
| HSL | 299.32º | 0.83% | 0.21% | - |
| HSV(B) | 299.32º | 0.91% | 0.38% | - |
| XYZ | 7.08 | 3.55 | 11.62 | - |
| YUV | 45.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 97 | 0.01 | 0.91 | 0 | 0.62 | 299.32 | 0.83 | 0.21 |
| Hex | 60 | 9 | 61 | 1 | 5B | 0 | 3E | 12B | 53 | 15 |
| Octal | 140 | 11 | 141 | 1 | 133 | 0 | 76 | 453 | 123 | 25 |
| Binary | 1100000 | 1001 | 1100001 | 1 | 1011011 | 0 | 111110 | 100101011 | 1010011 | 10101 |
Color Harmonies of #600961
Complementary color
Monochromatic Colors of #600961
Black with #600961
Text Example
Text Example
White with #600961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600961; }
p { color: rgb(96,9,97); }
H1.HeaderClassName
{
color: #600961;
}
.AnyTagClassName
{
color: #600961;
}
</style>
background-color css
<style>
a { background-color: #600961; }
a { background-color: rgb(96,9,97); }
div.DivClassName
{
background-color: #600961;
}
.BgClassName
{
background-color: #600961;
}
</style>
border-color css
<style>
span { border-color: #600961; }
span { border-color: rgb(96,9,97); }
td.TdClassName
{
border-color: #600961;
}
.TagClassName
{
border-color: #600961;
}
</style>