Shades of Palatinate Purple #633454
Tints of Palatinate Purple #633454
RGB
CMYK
RGB Variations
Color information
#633454 (or 0x633454) is known color: Palatinate Purple. HEX triplet: 63, 34 and 54. RGB value is (99,52,84). Sum of RGB (Red+Green+Blue) = 99+52+84=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #633454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633454 is #9CCBAB. Grayscale: #454545. Windows color (decimal): -10275756 or 5518435. OLE color: 5518435.
HSL color Cylindrical-coordinate representation of color #633454: hue angle of 319.15º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #633454 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 52 | 84 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.61 |
| HSL | 319.15º | 0.31% | 0.3% | - |
| HSV(B) | 319.15º | 0.47% | 0.39% | - |
| XYZ | 7.97 | 5.75 | 9.08 | - |
| YUV | 69.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 84 | 0 | 0.47 | 0.15 | 0.61 | 319.15 | 0.31 | 0.3 |
| Hex | 63 | 34 | 54 | 0 | 2F | F | 3D | 13F | 1F | 1E |
| Octal | 143 | 64 | 124 | 0 | 57 | 17 | 75 | 477 | 37 | 36 |
| Binary | 1100011 | 110100 | 1010100 | 0 | 101111 | 1111 | 111101 | 100111111 | 11111 | 11110 |
Color Harmonies of #633454
Complementary color
Monochromatic Colors of #633454
Black with #633454
Text Example
Text Example
White with #633454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633454; }
p { color: rgb(99,52,84); }
H1.HeaderClassName
{
color: #633454;
}
.AnyTagClassName
{
color: #633454;
}
</style>
background-color css
<style>
a { background-color: #633454; }
a { background-color: rgb(99,52,84); }
div.DivClassName
{
background-color: #633454;
}
.BgClassName
{
background-color: #633454;
}
</style>
border-color css
<style>
span { border-color: #633454; }
span { border-color: rgb(99,52,84); }
td.TdClassName
{
border-color: #633454;
}
.TagClassName
{
border-color: #633454;
}
</style>