Shades of Palatinate Purple #620C5E
Tints of Palatinate Purple #620C5E
RGB
CMYK
RGB Variations
Color information
#620C5E (or 0x620C5E) is known color: Palatinate Purple. HEX triplet: 62, 0C and 5E. RGB value is (98,12,94). Sum of RGB (Red+Green+Blue) = 98+12+94=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #620C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C5E is #9DF3A1. Grayscale: #2E2E2E. Windows color (decimal): -10351522 or 6163554. OLE color: 6163554.
HSL color Cylindrical-coordinate representation of color #620C5E: hue angle of 302.79º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C5E is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
RGB | 98 | 12 | 94 | - |
CMYK | 0 | 0.88 | 0.04 | 0.62 |
HSL | 302.79º | 0.78% | 0.22% | - |
HSV(B) | 302.79º | 0.88% | 0.38% | - |
XYZ | 7.19 | 3.67 | 10.92 | - |
YUV | 47.06 | 154.49 | 164.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 12 | 94 | 0 | 0.88 | 0.04 | 0.62 | 302.79 | 0.78 | 0.22 |
Hex | 62 | C | 5E | 0 | 58 | 4 | 3E | 12F | 4E | 16 |
Octal | 142 | 14 | 136 | 0 | 130 | 4 | 76 | 457 | 116 | 26 |
Binary | 1100010 | 1100 | 1011110 | 0 | 1011000 | 100 | 111110 | 100101111 | 1001110 | 10110 |
Color Harmonies of #620C5E
Complementary color
Monochromatic Colors of #620C5E
Black with #620C5E
Text Example
Text Example
White with #620C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C5E; }
p { color: rgb(98,12,94); }
H1.HeaderClassName
{
color: #620C5E;
}
.AnyTagClassName
{
color: #620C5E;
}
</style>
background-color css
<style>
a { background-color: #620C5E; }
a { background-color: rgb(98,12,94); }
div.DivClassName
{
background-color: #620C5E;
}
.BgClassName
{
background-color: #620C5E;
}
</style>
border-color css
<style>
span { border-color: #620C5E; }
span { border-color: rgb(98,12,94); }
td.TdClassName
{
border-color: #620C5E;
}
.TagClassName
{
border-color: #620C5E;
}
</style>