Shades of Palatinate Purple #62305A
Tints of Palatinate Purple #62305A
RGB
CMYK
RGB Variations
Color information
#62305A (or 0x62305A) is known color: Palatinate Purple. HEX triplet: 62, 30 and 5A. RGB value is (98,48,90). Sum of RGB (Red+Green+Blue) = 98+48+90=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 98 - color contains mainly: red. Hex color #62305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62305A is #9DCFA5. Grayscale: #434343. Windows color (decimal): -10342310 or 5910626. OLE color: 5910626.
HSL color Cylindrical-coordinate representation of color #62305A: hue angle of 309.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62305A is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 48 | 90 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.62 |
| HSL | 309.6º | 0.34% | 0.29% | - |
| HSV(B) | 309.6º | 0.51% | 0.38% | - |
| XYZ | 7.94 | 5.45 | 10.31 | - |
| YUV | 67.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 90 | 0 | 0.51 | 0.08 | 0.62 | 309.6 | 0.34 | 0.29 |
| Hex | 62 | 30 | 5A | 0 | 33 | 8 | 3E | 136 | 22 | 1D |
| Octal | 142 | 60 | 132 | 0 | 63 | 10 | 76 | 466 | 42 | 35 |
| Binary | 1100010 | 110000 | 1011010 | 0 | 110011 | 1000 | 111110 | 100110110 | 100010 | 11101 |
Color Harmonies of #62305A
Complementary color
Monochromatic Colors of #62305A
Black with #62305A
Text Example
Text Example
White with #62305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62305A; }
p { color: rgb(98,48,90); }
H1.HeaderClassName
{
color: #62305A;
}
.AnyTagClassName
{
color: #62305A;
}
</style>
background-color css
<style>
a { background-color: #62305A; }
a { background-color: rgb(98,48,90); }
div.DivClassName
{
background-color: #62305A;
}
.BgClassName
{
background-color: #62305A;
}
</style>
border-color css
<style>
span { border-color: #62305A; }
span { border-color: rgb(98,48,90); }
td.TdClassName
{
border-color: #62305A;
}
.TagClassName
{
border-color: #62305A;
}
</style>