Shades of Palatinate Purple #600568
Tints of Palatinate Purple #600568
RGB
CMYK
RGB Variations
Color information
#600568 (or 0x600568) is known color: Palatinate Purple. HEX triplet: 60, 05 and 68. RGB value is (96,5,104). Sum of RGB (Red+Green+Blue) = 96+5+104=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #600568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600568 is #9FFA97. Grayscale: #2B2B2B. Windows color (decimal): -10484376 or 6817120. OLE color: 6817120.
HSL color Cylindrical-coordinate representation of color #600568: hue angle of 295.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600568 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 5 | 104 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.59 |
| HSL | 295.15º | 0.91% | 0.21% | - |
| HSV(B) | 295.15º | 0.95% | 0.41% | - |
| XYZ | 7.38 | 3.59 | 13.4 | - |
| YUV | 43.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 104 | 0.08 | 0.95 | 0 | 0.59 | 295.15 | 0.91 | 0.21 |
| Hex | 60 | 5 | 68 | 8 | 5F | 0 | 3B | 127 | 5B | 15 |
| Octal | 140 | 5 | 150 | 10 | 137 | 0 | 73 | 447 | 133 | 25 |
| Binary | 1100000 | 101 | 1101000 | 1000 | 1011111 | 0 | 111011 | 100100111 | 1011011 | 10101 |
Color Harmonies of #600568
Complementary color
Monochromatic Colors of #600568
Black with #600568
Text Example
Text Example
White with #600568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600568; }
p { color: rgb(96,5,104); }
H1.HeaderClassName
{
color: #600568;
}
.AnyTagClassName
{
color: #600568;
}
</style>
background-color css
<style>
a { background-color: #600568; }
a { background-color: rgb(96,5,104); }
div.DivClassName
{
background-color: #600568;
}
.BgClassName
{
background-color: #600568;
}
</style>
border-color css
<style>
span { border-color: #600568; }
span { border-color: rgb(96,5,104); }
td.TdClassName
{
border-color: #600568;
}
.TagClassName
{
border-color: #600568;
}
</style>