Shades of Palatinate Purple #600A5B
Tints of Palatinate Purple #600A5B
RGB
CMYK
RGB Variations
Color information
#600A5B (or 0x600A5B) is known color: Palatinate Purple. HEX triplet: 60, 0A and 5B. RGB value is (96,10,91). Sum of RGB (Red+Green+Blue) = 96+10+91=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #600A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A5B is #9FF5A4. Grayscale: #2C2C2C. Windows color (decimal): -10483109 or 5966432. OLE color: 5966432.
HSL color Cylindrical-coordinate representation of color #600A5B: hue angle of 303.49º 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 #600A5B is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 10 | 91 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.62 |
| HSL | 303.49º | 0.81% | 0.21% | - |
| HSV(B) | 303.49º | 0.9% | 0.38% | - |
| XYZ | 6.82 | 3.46 | 10.21 | - |
| YUV | 44.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 91 | 0 | 0.90 | 0.05 | 0.62 | 303.49 | 0.81 | 0.21 |
| Hex | 60 | A | 5B | 0 | 5A | 5 | 3E | 12F | 51 | 15 |
| Octal | 140 | 12 | 133 | 0 | 132 | 5 | 76 | 457 | 121 | 25 |
| Binary | 1100000 | 1010 | 1011011 | 0 | 1011010 | 101 | 111110 | 100101111 | 1010001 | 10101 |
Color Harmonies of #600A5B
Complementary color
Monochromatic Colors of #600A5B
Black with #600A5B
Text Example
Text Example
White with #600A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A5B; }
p { color: rgb(96,10,91); }
H1.HeaderClassName
{
color: #600A5B;
}
.AnyTagClassName
{
color: #600A5B;
}
</style>
background-color css
<style>
a { background-color: #600A5B; }
a { background-color: rgb(96,10,91); }
div.DivClassName
{
background-color: #600A5B;
}
.BgClassName
{
background-color: #600A5B;
}
</style>
border-color css
<style>
span { border-color: #600A5B; }
span { border-color: rgb(96,10,91); }
td.TdClassName
{
border-color: #600A5B;
}
.TagClassName
{
border-color: #600A5B;
}
</style>