Shades of Palatinate Purple #60095B
Tints of Palatinate Purple #60095B
RGB
CMYK
RGB Variations
Color information
#60095B (or 0x60095B) is known color: Palatinate Purple. HEX triplet: 60, 09 and 5B. RGB value is (96,9,91). Sum of RGB (Red+Green+Blue) = 96+9+91=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60095B is #9FF6A4. Grayscale: #2C2C2C. Windows color (decimal): -10483365 or 5966176. OLE color: 5966176.
HSL color Cylindrical-coordinate representation of color #60095B: hue angle of 303.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60095B is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 9 | 91 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.62 |
| HSL | 303.45º | 0.83% | 0.21% | - |
| HSV(B) | 303.45º | 0.91% | 0.38% | - |
| XYZ | 6.81 | 3.44 | 10.2 | - |
| YUV | 44.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 91 | 0 | 0.91 | 0.05 | 0.62 | 303.45 | 0.83 | 0.21 |
| Hex | 60 | 9 | 5B | 0 | 5B | 5 | 3E | 12F | 53 | 15 |
| Octal | 140 | 11 | 133 | 0 | 133 | 5 | 76 | 457 | 123 | 25 |
| Binary | 1100000 | 1001 | 1011011 | 0 | 1011011 | 101 | 111110 | 100101111 | 1010011 | 10101 |
Color Harmonies of #60095B
Complementary color
Monochromatic Colors of #60095B
Black with #60095B
Text Example
Text Example
White with #60095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60095B; }
p { color: rgb(96,9,91); }
H1.HeaderClassName
{
color: #60095B;
}
.AnyTagClassName
{
color: #60095B;
}
</style>
background-color css
<style>
a { background-color: #60095B; }
a { background-color: rgb(96,9,91); }
div.DivClassName
{
background-color: #60095B;
}
.BgClassName
{
background-color: #60095B;
}
</style>
border-color css
<style>
span { border-color: #60095B; }
span { border-color: rgb(96,9,91); }
td.TdClassName
{
border-color: #60095B;
}
.TagClassName
{
border-color: #60095B;
}
</style>