Shades of Palatinate Purple #623355
Tints of Palatinate Purple #623355
RGB
CMYK
RGB Variations
Color information
#623355 (or 0x623355) is known color: Palatinate Purple. HEX triplet: 62, 33 and 55. RGB value is (98,51,85). Sum of RGB (Red+Green+Blue) = 98+51+85=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #623355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623355 is #9DCCAA. Grayscale: #444444. Windows color (decimal): -10341547 or 5583714. OLE color: 5583714.
HSL color Cylindrical-coordinate representation of color #623355: hue angle of 316.6º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #623355 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 51 | 85 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.62 |
| HSL | 316.6º | 0.32% | 0.29% | - |
| HSV(B) | 316.6º | 0.48% | 0.38% | - |
| XYZ | 7.86 | 5.62 | 9.26 | - |
| YUV | 68.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 85 | 0 | 0.48 | 0.13 | 0.62 | 316.6 | 0.32 | 0.29 |
| Hex | 62 | 33 | 55 | 0 | 30 | D | 3E | 13D | 20 | 1D |
| Octal | 142 | 63 | 125 | 0 | 60 | 15 | 76 | 475 | 40 | 35 |
| Binary | 1100010 | 110011 | 1010101 | 0 | 110000 | 1101 | 111110 | 100111101 | 100000 | 11101 |
Color Harmonies of #623355
Complementary color
Monochromatic Colors of #623355
Black with #623355
Text Example
Text Example
White with #623355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623355; }
p { color: rgb(98,51,85); }
H1.HeaderClassName
{
color: #623355;
}
.AnyTagClassName
{
color: #623355;
}
</style>
background-color css
<style>
a { background-color: #623355; }
a { background-color: rgb(98,51,85); }
div.DivClassName
{
background-color: #623355;
}
.BgClassName
{
background-color: #623355;
}
</style>
border-color css
<style>
span { border-color: #623355; }
span { border-color: rgb(98,51,85); }
td.TdClassName
{
border-color: #623355;
}
.TagClassName
{
border-color: #623355;
}
</style>