Shades of Palatinate Purple #621250
Tints of Palatinate Purple #621250
RGB
CMYK
RGB Variations
Color information
#621250 (or 0x621250) is known color: Palatinate Purple. HEX triplet: 62, 12 and 50. RGB value is (98,18,80). Sum of RGB (Red+Green+Blue) = 98+18+80=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #621250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621250 is #9DEDAF. Grayscale: #303030. Windows color (decimal): -10350000 or 5247586. OLE color: 5247586.
HSL color Cylindrical-coordinate representation of color #621250: hue angle of 313.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621250 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 80 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.62 |
| HSL | 313.5º | 0.69% | 0.23% | - |
| HSV(B) | 313.5º | 0.82% | 0.38% | - |
| XYZ | 6.7 | 3.61 | 7.93 | - |
| YUV | 48.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 80 | 0 | 0.82 | 0.18 | 0.62 | 313.5 | 0.69 | 0.23 |
| Hex | 62 | 12 | 50 | 0 | 52 | 12 | 3E | 13A | 45 | 17 |
| Octal | 142 | 22 | 120 | 0 | 122 | 22 | 76 | 472 | 105 | 27 |
| Binary | 1100010 | 10010 | 1010000 | 0 | 1010010 | 10010 | 111110 | 100111010 | 1000101 | 10111 |
Color Harmonies of #621250
Complementary color
Monochromatic Colors of #621250
Black with #621250
Text Example
Text Example
White with #621250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621250; }
p { color: rgb(98,18,80); }
H1.HeaderClassName
{
color: #621250;
}
.AnyTagClassName
{
color: #621250;
}
</style>
background-color css
<style>
a { background-color: #621250; }
a { background-color: rgb(98,18,80); }
div.DivClassName
{
background-color: #621250;
}
.BgClassName
{
background-color: #621250;
}
</style>
border-color css
<style>
span { border-color: #621250; }
span { border-color: rgb(98,18,80); }
td.TdClassName
{
border-color: #621250;
}
.TagClassName
{
border-color: #621250;
}
</style>