Shades of Purple #620A72
Tints of Purple #620A72
RGB
CMYK
RGB Variations
Color information
#620A72 (or 0x620A72) is known color: Purple. HEX triplet: 62, 0A and 72. RGB value is (98,10,114). Sum of RGB (Red+Green+Blue) = 98+10+114=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #620A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A72 is #9DF58D. Grayscale: #2F2F2F. Windows color (decimal): -10352014 or 7473762. OLE color: 7473762.
HSL color Cylindrical-coordinate representation of color #620A72: hue angle of 290.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620A72 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 10 | 114 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.55 |
| HSL | 290.77º | 0.84% | 0.24% | - |
| HSV(B) | 290.77º | 0.91% | 0.45% | - |
| XYZ | 8.18 | 4.03 | 16.27 | - |
| YUV | 48.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 114 | 0.14 | 0.91 | 0 | 0.55 | 290.77 | 0.84 | 0.24 |
| Hex | 62 | A | 72 | E | 5B | 0 | 37 | 123 | 54 | 18 |
| Octal | 142 | 12 | 162 | 16 | 133 | 0 | 67 | 443 | 124 | 30 |
| Binary | 1100010 | 1010 | 1110010 | 1110 | 1011011 | 0 | 110111 | 100100011 | 1010100 | 11000 |
Color Harmonies of #620A72
Complementary color
Monochromatic Colors of #620A72
Black with #620A72
Text Example
Text Example
White with #620A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A72; }
p { color: rgb(98,10,114); }
H1.HeaderClassName
{
color: #620A72;
}
.AnyTagClassName
{
color: #620A72;
}
</style>
background-color css
<style>
a { background-color: #620A72; }
a { background-color: rgb(98,10,114); }
div.DivClassName
{
background-color: #620A72;
}
.BgClassName
{
background-color: #620A72;
}
</style>
border-color css
<style>
span { border-color: #620A72; }
span { border-color: rgb(98,10,114); }
td.TdClassName
{
border-color: #620A72;
}
.TagClassName
{
border-color: #620A72;
}
</style>