Shades of Palatinate Purple #600F5C
Tints of Palatinate Purple #600F5C
RGB
CMYK
RGB Variations
Color information
#600F5C (or 0x600F5C) is known color: Palatinate Purple. HEX triplet: 60, 0F and 5C. RGB value is (96,15,92). Sum of RGB (Red+Green+Blue) = 96+15+92=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #600F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F5C is #9FF0A3. Grayscale: #2F2F2F. Windows color (decimal): -10481828 or 6033248. OLE color: 6033248.
HSL color Cylindrical-coordinate representation of color #600F5C: hue angle of 302.96º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F5C is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 92 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.62 |
| HSL | 302.96º | 0.73% | 0.22% | - |
| HSV(B) | 302.96º | 0.84% | 0.38% | - |
| XYZ | 6.93 | 3.6 | 10.46 | - |
| YUV | 48 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 92 | 0 | 0.84 | 0.04 | 0.62 | 302.96 | 0.73 | 0.22 |
| Hex | 60 | F | 5C | 0 | 54 | 4 | 3E | 12F | 49 | 16 |
| Octal | 140 | 17 | 134 | 0 | 124 | 4 | 76 | 457 | 111 | 26 |
| Binary | 1100000 | 1111 | 1011100 | 0 | 1010100 | 100 | 111110 | 100101111 | 1001001 | 10110 |
Color Harmonies of #600F5C
Complementary color
Monochromatic Colors of #600F5C
Black with #600F5C
Text Example
Text Example
White with #600F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F5C; }
p { color: rgb(96,15,92); }
H1.HeaderClassName
{
color: #600F5C;
}
.AnyTagClassName
{
color: #600F5C;
}
</style>
background-color css
<style>
a { background-color: #600F5C; }
a { background-color: rgb(96,15,92); }
div.DivClassName
{
background-color: #600F5C;
}
.BgClassName
{
background-color: #600F5C;
}
</style>
border-color css
<style>
span { border-color: #600F5C; }
span { border-color: rgb(96,15,92); }
td.TdClassName
{
border-color: #600F5C;
}
.TagClassName
{
border-color: #600F5C;
}
</style>