Shades of Palatinate Purple #600965
Tints of Palatinate Purple #600965
RGB
CMYK
RGB Variations
Color information
#600965 (or 0x600965) is known color: Palatinate Purple. HEX triplet: 60, 09 and 65. RGB value is (96,9,101). Sum of RGB (Red+Green+Blue) = 96+9+101=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #600965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600965 is #9FF69A. Grayscale: #2D2D2D. Windows color (decimal): -10483355 or 6621536. OLE color: 6621536.
HSL color Cylindrical-coordinate representation of color #600965: hue angle of 296.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600965 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 9 | 101 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.60 |
| HSL | 296.74º | 0.84% | 0.22% | - |
| HSV(B) | 296.74º | 0.91% | 0.4% | - |
| XYZ | 7.27 | 3.62 | 12.63 | - |
| YUV | 45.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 101 | 0.05 | 0.91 | 0 | 0.60 | 296.74 | 0.84 | 0.22 |
| Hex | 60 | 9 | 65 | 5 | 5B | 0 | 3C | 129 | 54 | 16 |
| Octal | 140 | 11 | 145 | 5 | 133 | 0 | 74 | 451 | 124 | 26 |
| Binary | 1100000 | 1001 | 1100101 | 101 | 1011011 | 0 | 111100 | 100101001 | 1010100 | 10110 |
Color Harmonies of #600965
Complementary color
Monochromatic Colors of #600965
Black with #600965
Text Example
Text Example
White with #600965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600965; }
p { color: rgb(96,9,101); }
H1.HeaderClassName
{
color: #600965;
}
.AnyTagClassName
{
color: #600965;
}
</style>
background-color css
<style>
a { background-color: #600965; }
a { background-color: rgb(96,9,101); }
div.DivClassName
{
background-color: #600965;
}
.BgClassName
{
background-color: #600965;
}
</style>
border-color css
<style>
span { border-color: #600965; }
span { border-color: rgb(96,9,101); }
td.TdClassName
{
border-color: #600965;
}
.TagClassName
{
border-color: #600965;
}
</style>