Shades of Palatinate Purple #600767
Tints of Palatinate Purple #600767
RGB
CMYK
RGB Variations
Color information
#600767 (or 0x600767) is known color: Palatinate Purple. HEX triplet: 60, 07 and 67. RGB value is (96,7,103). Sum of RGB (Red+Green+Blue) = 96+7+103=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #600767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600767 is #9FF898. Grayscale: #2C2C2C. Windows color (decimal): -10483865 or 6752096. OLE color: 6752096.
HSL color Cylindrical-coordinate representation of color #600767: hue angle of 295.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600767 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 7 | 103 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.60 |
| HSL | 295.63º | 0.87% | 0.22% | - |
| HSV(B) | 295.63º | 0.93% | 0.4% | - |
| XYZ | 7.35 | 3.62 | 13.14 | - |
| YUV | 44.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 103 | 0.07 | 0.93 | 0 | 0.60 | 295.63 | 0.87 | 0.22 |
| Hex | 60 | 7 | 67 | 7 | 5D | 0 | 3C | 128 | 57 | 16 |
| Octal | 140 | 7 | 147 | 7 | 135 | 0 | 74 | 450 | 127 | 26 |
| Binary | 1100000 | 111 | 1100111 | 111 | 1011101 | 0 | 111100 | 100101000 | 1010111 | 10110 |
Color Harmonies of #600767
Complementary color
Monochromatic Colors of #600767
Black with #600767
Text Example
Text Example
White with #600767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600767; }
p { color: rgb(96,7,103); }
H1.HeaderClassName
{
color: #600767;
}
.AnyTagClassName
{
color: #600767;
}
</style>
background-color css
<style>
a { background-color: #600767; }
a { background-color: rgb(96,7,103); }
div.DivClassName
{
background-color: #600767;
}
.BgClassName
{
background-color: #600767;
}
</style>
border-color css
<style>
span { border-color: #600767; }
span { border-color: rgb(96,7,103); }
td.TdClassName
{
border-color: #600767;
}
.TagClassName
{
border-color: #600767;
}
</style>