Shades of Palatinate Purple #62115B
Tints of Palatinate Purple #62115B
RGB
CMYK
RGB Variations
Color information
#62115B (or 0x62115B) is known color: Palatinate Purple. HEX triplet: 62, 11 and 5B. RGB value is (98,17,91). Sum of RGB (Red+Green+Blue) = 98+17+91=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #62115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62115B is #9DEEA4. Grayscale: #313131. Windows color (decimal): -10350245 or 5968226. OLE color: 5968226.
HSL color Cylindrical-coordinate representation of color #62115B: hue angle of 305.19º 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 #62115B is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 91 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.62 |
| HSL | 305.19º | 0.7% | 0.23% | - |
| HSV(B) | 305.19º | 0.83% | 0.38% | - |
| XYZ | 7.13 | 3.75 | 10.25 | - |
| YUV | 49.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 91 | 0 | 0.83 | 0.07 | 0.62 | 305.19 | 0.7 | 0.23 |
| Hex | 62 | 11 | 5B | 0 | 53 | 7 | 3E | 131 | 46 | 17 |
| Octal | 142 | 21 | 133 | 0 | 123 | 7 | 76 | 461 | 106 | 27 |
| Binary | 1100010 | 10001 | 1011011 | 0 | 1010011 | 111 | 111110 | 100110001 | 1000110 | 10111 |
Color Harmonies of #62115B
Complementary color
Monochromatic Colors of #62115B
Black with #62115B
Text Example
Text Example
White with #62115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62115B; }
p { color: rgb(98,17,91); }
H1.HeaderClassName
{
color: #62115B;
}
.AnyTagClassName
{
color: #62115B;
}
</style>
background-color css
<style>
a { background-color: #62115B; }
a { background-color: rgb(98,17,91); }
div.DivClassName
{
background-color: #62115B;
}
.BgClassName
{
background-color: #62115B;
}
</style>
border-color css
<style>
span { border-color: #62115B; }
span { border-color: rgb(98,17,91); }
td.TdClassName
{
border-color: #62115B;
}
.TagClassName
{
border-color: #62115B;
}
</style>