Shades of Palatinate Purple #602264
Tints of Palatinate Purple #602264
RGB
CMYK
RGB Variations
Color information
#602264 (or 0x602264) is known color: Palatinate Purple. HEX triplet: 60, 22 and 64. RGB value is (96,34,100). Sum of RGB (Red+Green+Blue) = 96+34+100=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #602264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602264 is #9FDD9B. Grayscale: #3B3B3B. Windows color (decimal): -10476956 or 6562400. OLE color: 6562400.
HSL color Cylindrical-coordinate representation of color #602264: hue angle of 296.36º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602264 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 34 | 100 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.61 |
| HSL | 296.36º | 0.49% | 0.26% | - |
| HSV(B) | 296.36º | 0.66% | 0.39% | - |
| XYZ | 7.7 | 4.55 | 12.53 | - |
| YUV | 60.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 100 | 0.04 | 0.66 | 0 | 0.61 | 296.36 | 0.49 | 0.26 |
| Hex | 60 | 22 | 64 | 4 | 42 | 0 | 3D | 128 | 31 | 1A |
| Octal | 140 | 42 | 144 | 4 | 102 | 0 | 75 | 450 | 61 | 32 |
| Binary | 1100000 | 100010 | 1100100 | 100 | 1000010 | 0 | 111101 | 100101000 | 110001 | 11010 |
Color Harmonies of #602264
Complementary color
Monochromatic Colors of #602264
Black with #602264
Text Example
Text Example
White with #602264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602264; }
p { color: rgb(96,34,100); }
H1.HeaderClassName
{
color: #602264;
}
.AnyTagClassName
{
color: #602264;
}
</style>
background-color css
<style>
a { background-color: #602264; }
a { background-color: rgb(96,34,100); }
div.DivClassName
{
background-color: #602264;
}
.BgClassName
{
background-color: #602264;
}
</style>
border-color css
<style>
span { border-color: #602264; }
span { border-color: rgb(96,34,100); }
td.TdClassName
{
border-color: #602264;
}
.TagClassName
{
border-color: #602264;
}
</style>