Shades of Palatinate Purple #621256
Tints of Palatinate Purple #621256
RGB
CMYK
RGB Variations
Color information
#621256 (or 0x621256) is known color: Palatinate Purple. HEX triplet: 62, 12 and 56. RGB value is (98,18,86). Sum of RGB (Red+Green+Blue) = 98+18+86=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621256 is #9DEDA9. Grayscale: #313131. Windows color (decimal): -10349994 or 5640802. OLE color: 5640802.
HSL color Cylindrical-coordinate representation of color #621256: hue angle of 309º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621256 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 86 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.62 |
| HSL | 309º | 0.69% | 0.23% | - |
| HSV(B) | 309º | 0.82% | 0.38% | - |
| XYZ | 6.93 | 3.7 | 9.15 | - |
| YUV | 49.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 86 | 0 | 0.82 | 0.12 | 0.62 | 309 | 0.69 | 0.23 |
| Hex | 62 | 12 | 56 | 0 | 52 | C | 3E | 135 | 45 | 17 |
| Octal | 142 | 22 | 126 | 0 | 122 | 14 | 76 | 465 | 105 | 27 |
| Binary | 1100010 | 10010 | 1010110 | 0 | 1010010 | 1100 | 111110 | 100110101 | 1000101 | 10111 |
Color Harmonies of #621256
Complementary color
Monochromatic Colors of #621256
Black with #621256
Text Example
Text Example
White with #621256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621256; }
p { color: rgb(98,18,86); }
H1.HeaderClassName
{
color: #621256;
}
.AnyTagClassName
{
color: #621256;
}
</style>
background-color css
<style>
a { background-color: #621256; }
a { background-color: rgb(98,18,86); }
div.DivClassName
{
background-color: #621256;
}
.BgClassName
{
background-color: #621256;
}
</style>
border-color css
<style>
span { border-color: #621256; }
span { border-color: rgb(98,18,86); }
td.TdClassName
{
border-color: #621256;
}
.TagClassName
{
border-color: #621256;
}
</style>