Shades of Palatinate Purple #620857
Tints of Palatinate Purple #620857
RGB
CMYK
RGB Variations
Color information
#620857 (or 0x620857) is known color: Palatinate Purple. HEX triplet: 62, 08 and 57. RGB value is (98,8,87). Sum of RGB (Red+Green+Blue) = 98+8+87=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #620857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620857 is #9DF7A8. Grayscale: #2B2B2B. Windows color (decimal): -10352553 or 5703778. OLE color: 5703778.
HSL color Cylindrical-coordinate representation of color #620857: hue angle of 307.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620857 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 87 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.62 |
| HSL | 307.33º | 0.85% | 0.21% | - |
| HSV(B) | 307.33º | 0.92% | 0.38% | - |
| XYZ | 6.84 | 3.46 | 9.32 | - |
| YUV | 43.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 87 | 0 | 0.92 | 0.11 | 0.62 | 307.33 | 0.85 | 0.21 |
| Hex | 62 | 8 | 57 | 0 | 5C | B | 3E | 133 | 55 | 15 |
| Octal | 142 | 10 | 127 | 0 | 134 | 13 | 76 | 463 | 125 | 25 |
| Binary | 1100010 | 1000 | 1010111 | 0 | 1011100 | 1011 | 111110 | 100110011 | 1010101 | 10101 |
Color Harmonies of #620857
Complementary color
Monochromatic Colors of #620857
Black with #620857
Text Example
Text Example
White with #620857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620857; }
p { color: rgb(98,8,87); }
H1.HeaderClassName
{
color: #620857;
}
.AnyTagClassName
{
color: #620857;
}
</style>
background-color css
<style>
a { background-color: #620857; }
a { background-color: rgb(98,8,87); }
div.DivClassName
{
background-color: #620857;
}
.BgClassName
{
background-color: #620857;
}
</style>
border-color css
<style>
span { border-color: #620857; }
span { border-color: rgb(98,8,87); }
td.TdClassName
{
border-color: #620857;
}
.TagClassName
{
border-color: #620857;
}
</style>