Shades of Purple #620870
Tints of Purple #620870
RGB
CMYK
RGB Variations
Color information
#620870 (or 0x620870) is known color: Purple. HEX triplet: 62, 08 and 70. RGB value is (98,8,112). Sum of RGB (Red+Green+Blue) = 98+8+112=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #620870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620870 is #9DF78F. Grayscale: #2E2E2E. Windows color (decimal): -10352528 or 7342178. OLE color: 7342178.
HSL color Cylindrical-coordinate representation of color #620870: hue angle of 291.92º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620870 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 8 | 112 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.56 |
| HSL | 291.92º | 0.87% | 0.24% | - |
| HSV(B) | 291.92º | 0.93% | 0.44% | - |
| XYZ | 8.05 | 3.94 | 15.67 | - |
| YUV | 46.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 112 | 0.13 | 0.93 | 0 | 0.56 | 291.92 | 0.87 | 0.24 |
| Hex | 62 | 8 | 70 | D | 5D | 0 | 38 | 124 | 57 | 18 |
| Octal | 142 | 10 | 160 | 15 | 135 | 0 | 70 | 444 | 127 | 30 |
| Binary | 1100010 | 1000 | 1110000 | 1101 | 1011101 | 0 | 111000 | 100100100 | 1010111 | 11000 |
Color Harmonies of #620870
Complementary color
Monochromatic Colors of #620870
Black with #620870
Text Example
Text Example
White with #620870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620870; }
p { color: rgb(98,8,112); }
H1.HeaderClassName
{
color: #620870;
}
.AnyTagClassName
{
color: #620870;
}
</style>
background-color css
<style>
a { background-color: #620870; }
a { background-color: rgb(98,8,112); }
div.DivClassName
{
background-color: #620870;
}
.BgClassName
{
background-color: #620870;
}
</style>
border-color css
<style>
span { border-color: #620870; }
span { border-color: rgb(98,8,112); }
td.TdClassName
{
border-color: #620870;
}
.TagClassName
{
border-color: #620870;
}
</style>