Shades of Palatinate Purple #62115A
Tints of Palatinate Purple #62115A
RGB
CMYK
RGB Variations
Color information
#62115A (or 0x62115A) is known color: Palatinate Purple. HEX triplet: 62, 11 and 5A. RGB value is (98,17,90). Sum of RGB (Red+Green+Blue) = 98+17+90=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #62115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62115A is #9DEEA5. Grayscale: #313131. Windows color (decimal): -10350246 or 5902690. OLE color: 5902690.
HSL color Cylindrical-coordinate representation of color #62115A: hue angle of 305.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62115A is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 90 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.62 |
| HSL | 305.93º | 0.7% | 0.23% | - |
| HSV(B) | 305.93º | 0.83% | 0.38% | - |
| XYZ | 7.08 | 3.74 | 10.02 | - |
| YUV | 49.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 90 | 0 | 0.83 | 0.08 | 0.62 | 305.93 | 0.7 | 0.23 |
| Hex | 62 | 11 | 5A | 0 | 53 | 8 | 3E | 132 | 46 | 17 |
| Octal | 142 | 21 | 132 | 0 | 123 | 10 | 76 | 462 | 106 | 27 |
| Binary | 1100010 | 10001 | 1011010 | 0 | 1010011 | 1000 | 111110 | 100110010 | 1000110 | 10111 |
Color Harmonies of #62115A
Complementary color
Monochromatic Colors of #62115A
Black with #62115A
Text Example
Text Example
White with #62115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62115A; }
p { color: rgb(98,17,90); }
H1.HeaderClassName
{
color: #62115A;
}
.AnyTagClassName
{
color: #62115A;
}
</style>
background-color css
<style>
a { background-color: #62115A; }
a { background-color: rgb(98,17,90); }
div.DivClassName
{
background-color: #62115A;
}
.BgClassName
{
background-color: #62115A;
}
</style>
border-color css
<style>
span { border-color: #62115A; }
span { border-color: rgb(98,17,90); }
td.TdClassName
{
border-color: #62115A;
}
.TagClassName
{
border-color: #62115A;
}
</style>