Shades of Purple #620D72
Tints of Purple #620D72
RGB
CMYK
RGB Variations
Color information
#620D72 (or 0x620D72) is known color: Purple. HEX triplet: 62, 0D and 72. RGB value is (98,13,114). Sum of RGB (Red+Green+Blue) = 98+13+114=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #620D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D72 is #9DF28D. Grayscale: #313131. Windows color (decimal): -10351246 or 7474530. OLE color: 7474530.
HSL color Cylindrical-coordinate representation of color #620D72: hue angle of 290.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620D72 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 13 | 114 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.55 |
| HSL | 290.5º | 0.8% | 0.25% | - |
| HSV(B) | 290.5º | 0.89% | 0.45% | - |
| XYZ | 8.22 | 4.1 | 16.28 | - |
| YUV | 49.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 114 | 0.14 | 0.89 | 0 | 0.55 | 290.5 | 0.8 | 0.25 |
| Hex | 62 | D | 72 | E | 59 | 0 | 37 | 122 | 50 | 19 |
| Octal | 142 | 15 | 162 | 16 | 131 | 0 | 67 | 442 | 120 | 31 |
| Binary | 1100010 | 1101 | 1110010 | 1110 | 1011001 | 0 | 110111 | 100100010 | 1010000 | 11001 |
Color Harmonies of #620D72
Complementary color
Monochromatic Colors of #620D72
Black with #620D72
Text Example
Text Example
White with #620D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D72; }
p { color: rgb(98,13,114); }
H1.HeaderClassName
{
color: #620D72;
}
.AnyTagClassName
{
color: #620D72;
}
</style>
background-color css
<style>
a { background-color: #620D72; }
a { background-color: rgb(98,13,114); }
div.DivClassName
{
background-color: #620D72;
}
.BgClassName
{
background-color: #620D72;
}
</style>
border-color css
<style>
span { border-color: #620D72; }
span { border-color: rgb(98,13,114); }
td.TdClassName
{
border-color: #620D72;
}
.TagClassName
{
border-color: #620D72;
}
</style>