Shades of Palatinate Purple #62305F
Tints of Palatinate Purple #62305F
RGB
CMYK
RGB Variations
Color information
#62305F (or 0x62305F) is known color: Palatinate Purple. HEX triplet: 62, 30 and 5F. RGB value is (98,48,95). Sum of RGB (Red+Green+Blue) = 98+48+95=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62305F is #9DCFA0. Grayscale: #444444. Windows color (decimal): -10342305 or 6238306. OLE color: 6238306.
HSL color Cylindrical-coordinate representation of color #62305F: hue angle of 303.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 #62305F is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 48 | 95 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.62 |
| HSL | 303.6º | 0.34% | 0.29% | - |
| HSV(B) | 303.6º | 0.51% | 0.38% | - |
| XYZ | 8.16 | 5.54 | 11.47 | - |
| YUV | 68.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 95 | 0 | 0.51 | 0.03 | 0.62 | 303.6 | 0.34 | 0.29 |
| Hex | 62 | 30 | 5F | 0 | 33 | 3 | 3E | 130 | 22 | 1D |
| Octal | 142 | 60 | 137 | 0 | 63 | 3 | 76 | 460 | 42 | 35 |
| Binary | 1100010 | 110000 | 1011111 | 0 | 110011 | 11 | 111110 | 100110000 | 100010 | 11101 |
Color Harmonies of #62305F
Complementary color
Monochromatic Colors of #62305F
Black with #62305F
Text Example
Text Example
White with #62305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62305F; }
p { color: rgb(98,48,95); }
H1.HeaderClassName
{
color: #62305F;
}
.AnyTagClassName
{
color: #62305F;
}
</style>
background-color css
<style>
a { background-color: #62305F; }
a { background-color: rgb(98,48,95); }
div.DivClassName
{
background-color: #62305F;
}
.BgClassName
{
background-color: #62305F;
}
</style>
border-color css
<style>
span { border-color: #62305F; }
span { border-color: rgb(98,48,95); }
td.TdClassName
{
border-color: #62305F;
}
.TagClassName
{
border-color: #62305F;
}
</style>