Shades of Palatinate Purple #633360
Tints of Palatinate Purple #633360
RGB
CMYK
RGB Variations
Color information
#633360 (or 0x633360) is known color: Palatinate Purple. HEX triplet: 63, 33 and 60. RGB value is (99,51,96). Sum of RGB (Red+Green+Blue) = 99+51+96=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #633360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633360 is #9CCC9F. Grayscale: #464646. Windows color (decimal): -10276000 or 6304611. OLE color: 6304611.
HSL color Cylindrical-coordinate representation of color #633360: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #633360 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 96 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.61 |
| HSL | 303.75º | 0.32% | 0.29% | - |
| HSV(B) | 303.75º | 0.48% | 0.39% | - |
| XYZ | 8.44 | 5.86 | 11.75 | - |
| YUV | 70.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 96 | 0 | 0.48 | 0.03 | 0.61 | 303.75 | 0.32 | 0.29 |
| Hex | 63 | 33 | 60 | 0 | 30 | 3 | 3D | 130 | 20 | 1D |
| Octal | 143 | 63 | 140 | 0 | 60 | 3 | 75 | 460 | 40 | 35 |
| Binary | 1100011 | 110011 | 1100000 | 0 | 110000 | 11 | 111101 | 100110000 | 100000 | 11101 |
Color Harmonies of #633360
Complementary color
Monochromatic Colors of #633360
Black with #633360
Text Example
Text Example
White with #633360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633360; }
p { color: rgb(99,51,96); }
H1.HeaderClassName
{
color: #633360;
}
.AnyTagClassName
{
color: #633360;
}
</style>
background-color css
<style>
a { background-color: #633360; }
a { background-color: rgb(99,51,96); }
div.DivClassName
{
background-color: #633360;
}
.BgClassName
{
background-color: #633360;
}
</style>
border-color css
<style>
span { border-color: #633360; }
span { border-color: rgb(99,51,96); }
td.TdClassName
{
border-color: #633360;
}
.TagClassName
{
border-color: #633360;
}
</style>