Shades of Palatinate Purple #60205C
Tints of Palatinate Purple #60205C
RGB
CMYK
RGB Variations
Color information
#60205C (or 0x60205C) is known color: Palatinate Purple. HEX triplet: 60, 20 and 5C. RGB value is (96,32,92). Sum of RGB (Red+Green+Blue) = 96+32+92=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #60205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60205C is #9FDFA3. Grayscale: #393939. Windows color (decimal): -10477476 or 6037600. OLE color: 6037600.
HSL color Cylindrical-coordinate representation of color #60205C: hue angle of 303.75º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60205C is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 92 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.62 |
| HSL | 303.75º | 0.5% | 0.25% | - |
| HSV(B) | 303.75º | 0.67% | 0.38% | - |
| XYZ | 7.27 | 4.29 | 10.57 | - |
| YUV | 57.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 92 | 0 | 0.67 | 0.04 | 0.62 | 303.75 | 0.5 | 0.25 |
| Hex | 60 | 20 | 5C | 0 | 43 | 4 | 3E | 130 | 32 | 19 |
| Octal | 140 | 40 | 134 | 0 | 103 | 4 | 76 | 460 | 62 | 31 |
| Binary | 1100000 | 100000 | 1011100 | 0 | 1000011 | 100 | 111110 | 100110000 | 110010 | 11001 |
Color Harmonies of #60205C
Complementary color
Monochromatic Colors of #60205C
Black with #60205C
Text Example
Text Example
White with #60205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60205C; }
p { color: rgb(96,32,92); }
H1.HeaderClassName
{
color: #60205C;
}
.AnyTagClassName
{
color: #60205C;
}
</style>
background-color css
<style>
a { background-color: #60205C; }
a { background-color: rgb(96,32,92); }
div.DivClassName
{
background-color: #60205C;
}
.BgClassName
{
background-color: #60205C;
}
</style>
border-color css
<style>
span { border-color: #60205C; }
span { border-color: rgb(96,32,92); }
td.TdClassName
{
border-color: #60205C;
}
.TagClassName
{
border-color: #60205C;
}
</style>