Shades of Palatinate Purple #600465
Tints of Palatinate Purple #600465
RGB
CMYK
RGB Variations
Color information
#600465 (or 0x600465) is known color: Palatinate Purple. HEX triplet: 60, 04 and 65. RGB value is (96,4,101). Sum of RGB (Red+Green+Blue) = 96+4+101=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #600465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600465 is #9FFB9A. Grayscale: #2A2A2A. Windows color (decimal): -10484635 or 6620256. OLE color: 6620256.
HSL color Cylindrical-coordinate representation of color #600465: hue angle of 296.91º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600465 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 4 | 101 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.60 |
| HSL | 296.91º | 0.92% | 0.21% | - |
| HSV(B) | 296.91º | 0.96% | 0.4% | - |
| XYZ | 7.22 | 3.51 | 12.61 | - |
| YUV | 42.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 101 | 0.05 | 0.96 | 0 | 0.60 | 296.91 | 0.92 | 0.21 |
| Hex | 60 | 4 | 65 | 5 | 60 | 0 | 3C | 129 | 5C | 15 |
| Octal | 140 | 4 | 145 | 5 | 140 | 0 | 74 | 451 | 134 | 25 |
| Binary | 1100000 | 100 | 1100101 | 101 | 1100000 | 0 | 111100 | 100101001 | 1011100 | 10101 |
Color Harmonies of #600465
Complementary color
Monochromatic Colors of #600465
Black with #600465
Text Example
Text Example
White with #600465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600465; }
p { color: rgb(96,4,101); }
H1.HeaderClassName
{
color: #600465;
}
.AnyTagClassName
{
color: #600465;
}
</style>
background-color css
<style>
a { background-color: #600465; }
a { background-color: rgb(96,4,101); }
div.DivClassName
{
background-color: #600465;
}
.BgClassName
{
background-color: #600465;
}
</style>
border-color css
<style>
span { border-color: #600465; }
span { border-color: rgb(96,4,101); }
td.TdClassName
{
border-color: #600465;
}
.TagClassName
{
border-color: #600465;
}
</style>