Shades of Palatinate Purple #62175D
Tints of Palatinate Purple #62175D
RGB
CMYK
RGB Variations
Color information
#62175D (or 0x62175D) is known color: Palatinate Purple. HEX triplet: 62, 17 and 5D. RGB value is (98,23,93). Sum of RGB (Red+Green+Blue) = 98+23+93=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62175D is #9DE8A2. Grayscale: #353535. Windows color (decimal): -10348707 or 6100834. OLE color: 6100834.
HSL color Cylindrical-coordinate representation of color #62175D: hue angle of 304º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62175D is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 23 | 93 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.62 |
| HSL | 304º | 0.62% | 0.24% | - |
| HSV(B) | 304º | 0.77% | 0.38% | - |
| XYZ | 7.32 | 4 | 10.74 | - |
| YUV | 53.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 93 | 0 | 0.77 | 0.05 | 0.62 | 304 | 0.62 | 0.24 |
| Hex | 62 | 17 | 5D | 0 | 4D | 5 | 3E | 130 | 3E | 18 |
| Octal | 142 | 27 | 135 | 0 | 115 | 5 | 76 | 460 | 76 | 30 |
| Binary | 1100010 | 10111 | 1011101 | 0 | 1001101 | 101 | 111110 | 100110000 | 111110 | 11000 |
Color Harmonies of #62175D
Complementary color
Monochromatic Colors of #62175D
Black with #62175D
Text Example
Text Example
White with #62175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62175D; }
p { color: rgb(98,23,93); }
H1.HeaderClassName
{
color: #62175D;
}
.AnyTagClassName
{
color: #62175D;
}
</style>
background-color css
<style>
a { background-color: #62175D; }
a { background-color: rgb(98,23,93); }
div.DivClassName
{
background-color: #62175D;
}
.BgClassName
{
background-color: #62175D;
}
</style>
border-color css
<style>
span { border-color: #62175D; }
span { border-color: rgb(98,23,93); }
td.TdClassName
{
border-color: #62175D;
}
.TagClassName
{
border-color: #62175D;
}
</style>