Shades of Palatinate Purple #62145B
Tints of Palatinate Purple #62145B
RGB
CMYK
RGB Variations
Color information
#62145B (or 0x62145B) is known color: Palatinate Purple. HEX triplet: 62, 14 and 5B. RGB value is (98,20,91). Sum of RGB (Red+Green+Blue) = 98+20+91=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62145B is #9DEBA4. Grayscale: #333333. Windows color (decimal): -10349477 or 5968994. OLE color: 5968994.
HSL color Cylindrical-coordinate representation of color #62145B: hue angle of 305.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62145B is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 20 | 91 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.62 |
| HSL | 305.38º | 0.66% | 0.23% | - |
| HSV(B) | 305.38º | 0.8% | 0.38% | - |
| XYZ | 7.18 | 3.85 | 10.26 | - |
| YUV | 51.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 91 | 0 | 0.80 | 0.07 | 0.62 | 305.38 | 0.66 | 0.23 |
| Hex | 62 | 14 | 5B | 0 | 50 | 7 | 3E | 131 | 42 | 17 |
| Octal | 142 | 24 | 133 | 0 | 120 | 7 | 76 | 461 | 102 | 27 |
| Binary | 1100010 | 10100 | 1011011 | 0 | 1010000 | 111 | 111110 | 100110001 | 1000010 | 10111 |
Color Harmonies of #62145B
Complementary color
Monochromatic Colors of #62145B
Black with #62145B
Text Example
Text Example
White with #62145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62145B; }
p { color: rgb(98,20,91); }
H1.HeaderClassName
{
color: #62145B;
}
.AnyTagClassName
{
color: #62145B;
}
</style>
background-color css
<style>
a { background-color: #62145B; }
a { background-color: rgb(98,20,91); }
div.DivClassName
{
background-color: #62145B;
}
.BgClassName
{
background-color: #62145B;
}
</style>
border-color css
<style>
span { border-color: #62145B; }
span { border-color: rgb(98,20,91); }
td.TdClassName
{
border-color: #62145B;
}
.TagClassName
{
border-color: #62145B;
}
</style>