Shades of Purple #620071
Tints of Purple #620071
RGB
CMYK
RGB Variations
Color information
#620071 (or 0x620071) is known color: Purple. HEX triplet: 62, 00 and 71. RGB value is (98,0,113). Sum of RGB (Red+Green+Blue) = 98+0+113=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #620071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620071 is #9DFF8E. Grayscale: #292929. Windows color (decimal): -10354575 or 7405666. OLE color: 7405666.
HSL color Cylindrical-coordinate representation of color #620071: hue angle of 292.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620071 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 0 | 113 | - |
| CMYK | 0.13 | 1 | 0 | 0.56 |
| HSL | 292.04º | 1% | 0.22% | - |
| HSV(B) | 292.04º | 1% | 0.44% | - |
| XYZ | 8.02 | 3.79 | 15.93 | - |
| YUV | 42.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 113 | 0.13 | 1 | 0 | 0.56 | 292.04 | 1 | 0.22 |
| Hex | 62 | 0 | 71 | D | 64 | 0 | 38 | 124 | 64 | 16 |
| Octal | 142 | 0 | 161 | 15 | 144 | 0 | 70 | 444 | 144 | 26 |
| Binary | 1100010 | 0 | 1110001 | 1101 | 1100100 | 0 | 111000 | 100100100 | 1100100 | 10110 |
Color Harmonies of #620071
Complementary color
Monochromatic Colors of #620071
Black with #620071
Text Example
Text Example
White with #620071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620071; }
p { color: rgb(98,0,113); }
H1.HeaderClassName
{
color: #620071;
}
.AnyTagClassName
{
color: #620071;
}
</style>
background-color css
<style>
a { background-color: #620071; }
a { background-color: rgb(98,0,113); }
div.DivClassName
{
background-color: #620071;
}
.BgClassName
{
background-color: #620071;
}
</style>
border-color css
<style>
span { border-color: #620071; }
span { border-color: rgb(98,0,113); }
td.TdClassName
{
border-color: #620071;
}
.TagClassName
{
border-color: #620071;
}
</style>