Shades of Palatinate Purple #60075A
Tints of Palatinate Purple #60075A
RGB
CMYK
RGB Variations
Color information
#60075A (or 0x60075A) is known color: Palatinate Purple. HEX triplet: 60, 07 and 5A. RGB value is (96,7,90). Sum of RGB (Red+Green+Blue) = 96+7+90=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60075A is #9FF8A5. Grayscale: #2A2A2A. Windows color (decimal): -10483878 or 5900128. OLE color: 5900128.
HSL color Cylindrical-coordinate representation of color #60075A: hue angle of 304.04º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60075A is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 90 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.62 |
| HSL | 304.05º | 0.86% | 0.2% | - |
| HSV(B) | 304.05º | 0.93% | 0.38% | - |
| XYZ | 6.75 | 3.38 | 9.97 | - |
| YUV | 43.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 90 | 0 | 0.93 | 0.06 | 0.62 | 304.05 | 0.86 | 0.2 |
| Hex | 60 | 7 | 5A | 0 | 5D | 6 | 3E | 130 | 56 | 14 |
| Octal | 140 | 7 | 132 | 0 | 135 | 6 | 76 | 460 | 126 | 24 |
| Binary | 1100000 | 111 | 1011010 | 0 | 1011101 | 110 | 111110 | 100110000 | 1010110 | 10100 |
Color Harmonies of #60075A
Complementary color
Monochromatic Colors of #60075A
Black with #60075A
Text Example
Text Example
White with #60075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60075A; }
p { color: rgb(96,7,90); }
H1.HeaderClassName
{
color: #60075A;
}
.AnyTagClassName
{
color: #60075A;
}
</style>
background-color css
<style>
a { background-color: #60075A; }
a { background-color: rgb(96,7,90); }
div.DivClassName
{
background-color: #60075A;
}
.BgClassName
{
background-color: #60075A;
}
</style>
border-color css
<style>
span { border-color: #60075A; }
span { border-color: rgb(96,7,90); }
td.TdClassName
{
border-color: #60075A;
}
.TagClassName
{
border-color: #60075A;
}
</style>