Shades of Palatinate Purple #62115C
Tints of Palatinate Purple #62115C
RGB
CMYK
RGB Variations
Color information
#62115C (or 0x62115C) is known color: Palatinate Purple. HEX triplet: 62, 11 and 5C. RGB value is (98,17,92). Sum of RGB (Red+Green+Blue) = 98+17+92=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62115C is #9DEEA3. Grayscale: #313131. Windows color (decimal): -10350244 or 6033762. OLE color: 6033762.
HSL color Cylindrical-coordinate representation of color #62115C: hue angle of 304.44º 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 #62115C is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 92 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.62 |
| HSL | 304.44º | 0.7% | 0.23% | - |
| HSV(B) | 304.44º | 0.83% | 0.38% | - |
| XYZ | 7.17 | 3.77 | 10.48 | - |
| YUV | 49.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 92 | 0 | 0.83 | 0.06 | 0.62 | 304.44 | 0.7 | 0.23 |
| Hex | 62 | 11 | 5C | 0 | 53 | 6 | 3E | 130 | 46 | 17 |
| Octal | 142 | 21 | 134 | 0 | 123 | 6 | 76 | 460 | 106 | 27 |
| Binary | 1100010 | 10001 | 1011100 | 0 | 1010011 | 110 | 111110 | 100110000 | 1000110 | 10111 |
Color Harmonies of #62115C
Complementary color
Monochromatic Colors of #62115C
Black with #62115C
Text Example
Text Example
White with #62115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62115C; }
p { color: rgb(98,17,92); }
H1.HeaderClassName
{
color: #62115C;
}
.AnyTagClassName
{
color: #62115C;
}
</style>
background-color css
<style>
a { background-color: #62115C; }
a { background-color: rgb(98,17,92); }
div.DivClassName
{
background-color: #62115C;
}
.BgClassName
{
background-color: #62115C;
}
</style>
border-color css
<style>
span { border-color: #62115C; }
span { border-color: rgb(98,17,92); }
td.TdClassName
{
border-color: #62115C;
}
.TagClassName
{
border-color: #62115C;
}
</style>