Shades of Palatinate Purple #633354
Tints of Palatinate Purple #633354
RGB
CMYK
RGB Variations
Color information
#633354 (or 0x633354) is known color: Palatinate Purple. HEX triplet: 63, 33 and 54. RGB value is (99,51,84). Sum of RGB (Red+Green+Blue) = 99+51+84=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #633354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633354 is #9CCCAB. Grayscale: #454545. Windows color (decimal): -10276012 or 5518179. OLE color: 5518179.
HSL color Cylindrical-coordinate representation of color #633354: hue angle of 318.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 #633354 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 84 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.61 |
| HSL | 318.75º | 0.32% | 0.29% | - |
| HSV(B) | 318.75º | 0.48% | 0.39% | - |
| XYZ | 7.93 | 5.66 | 9.06 | - |
| YUV | 69.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 84 | 0 | 0.48 | 0.15 | 0.61 | 318.75 | 0.32 | 0.29 |
| Hex | 63 | 33 | 54 | 0 | 30 | F | 3D | 13F | 20 | 1D |
| Octal | 143 | 63 | 124 | 0 | 60 | 17 | 75 | 477 | 40 | 35 |
| Binary | 1100011 | 110011 | 1010100 | 0 | 110000 | 1111 | 111101 | 100111111 | 100000 | 11101 |
Color Harmonies of #633354
Complementary color
Monochromatic Colors of #633354
Black with #633354
Text Example
Text Example
White with #633354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633354; }
p { color: rgb(99,51,84); }
H1.HeaderClassName
{
color: #633354;
}
.AnyTagClassName
{
color: #633354;
}
</style>
background-color css
<style>
a { background-color: #633354; }
a { background-color: rgb(99,51,84); }
div.DivClassName
{
background-color: #633354;
}
.BgClassName
{
background-color: #633354;
}
</style>
border-color css
<style>
span { border-color: #633354; }
span { border-color: rgb(99,51,84); }
td.TdClassName
{
border-color: #633354;
}
.TagClassName
{
border-color: #633354;
}
</style>