Shades of Palatinate Purple #600A5C
Tints of Palatinate Purple #600A5C
RGB
CMYK
RGB Variations
Color information
#600A5C (or 0x600A5C) is known color: Palatinate Purple. HEX triplet: 60, 0A and 5C. RGB value is (96,10,92). Sum of RGB (Red+Green+Blue) = 96+10+92=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #600A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A5C is #9FF5A3. Grayscale: #2C2C2C. Windows color (decimal): -10483108 or 6031968. OLE color: 6031968.
HSL color Cylindrical-coordinate representation of color #600A5C: hue angle of 302.79º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A5C is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 10 | 92 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.62 |
| HSL | 302.79º | 0.81% | 0.21% | - |
| HSV(B) | 302.79º | 0.9% | 0.38% | - |
| XYZ | 6.86 | 3.48 | 10.43 | - |
| YUV | 45.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 92 | 0 | 0.90 | 0.04 | 0.62 | 302.79 | 0.81 | 0.21 |
| Hex | 60 | A | 5C | 0 | 5A | 4 | 3E | 12F | 51 | 15 |
| Octal | 140 | 12 | 134 | 0 | 132 | 4 | 76 | 457 | 121 | 25 |
| Binary | 1100000 | 1010 | 1011100 | 0 | 1011010 | 100 | 111110 | 100101111 | 1010001 | 10101 |
Color Harmonies of #600A5C
Complementary color
Monochromatic Colors of #600A5C
Black with #600A5C
Text Example
Text Example
White with #600A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A5C; }
p { color: rgb(96,10,92); }
H1.HeaderClassName
{
color: #600A5C;
}
.AnyTagClassName
{
color: #600A5C;
}
</style>
background-color css
<style>
a { background-color: #600A5C; }
a { background-color: rgb(96,10,92); }
div.DivClassName
{
background-color: #600A5C;
}
.BgClassName
{
background-color: #600A5C;
}
</style>
border-color css
<style>
span { border-color: #600A5C; }
span { border-color: rgb(96,10,92); }
td.TdClassName
{
border-color: #600A5C;
}
.TagClassName
{
border-color: #600A5C;
}
</style>