Shades of Palatinate Purple #633254
Tints of Palatinate Purple #633254
RGB
CMYK
RGB Variations
Color information
#633254 (or 0x633254) is known color: Palatinate Purple. HEX triplet: 63, 32 and 54. RGB value is (99,50,84). Sum of RGB (Red+Green+Blue) = 99+50+84=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #633254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633254 is #9CCDAB. Grayscale: #444444. Windows color (decimal): -10276268 or 5517923. OLE color: 5517923.
HSL color Cylindrical-coordinate representation of color #633254: hue angle of 318.37º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633254 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 84 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.61 |
| HSL | 318.37º | 0.33% | 0.29% | - |
| HSV(B) | 318.37º | 0.49% | 0.39% | - |
| XYZ | 7.89 | 5.57 | 9.05 | - |
| YUV | 68.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 84 | 0 | 0.49 | 0.15 | 0.61 | 318.37 | 0.33 | 0.29 |
| Hex | 63 | 32 | 54 | 0 | 31 | F | 3D | 13E | 21 | 1D |
| Octal | 143 | 62 | 124 | 0 | 61 | 17 | 75 | 476 | 41 | 35 |
| Binary | 1100011 | 110010 | 1010100 | 0 | 110001 | 1111 | 111101 | 100111110 | 100001 | 11101 |
Color Harmonies of #633254
Complementary color
Monochromatic Colors of #633254
Black with #633254
Text Example
Text Example
White with #633254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633254; }
p { color: rgb(99,50,84); }
H1.HeaderClassName
{
color: #633254;
}
.AnyTagClassName
{
color: #633254;
}
</style>
background-color css
<style>
a { background-color: #633254; }
a { background-color: rgb(99,50,84); }
div.DivClassName
{
background-color: #633254;
}
.BgClassName
{
background-color: #633254;
}
</style>
border-color css
<style>
span { border-color: #633254; }
span { border-color: rgb(99,50,84); }
td.TdClassName
{
border-color: #633254;
}
.TagClassName
{
border-color: #633254;
}
</style>