Shades of Purple #620272
Tints of Purple #620272
RGB
CMYK
RGB Variations
Color information
#620272 (or 0x620272) is known color: Purple. HEX triplet: 62, 02 and 72. RGB value is (98,2,114). Sum of RGB (Red+Green+Blue) = 98+2+114=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #620272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620272 is #9DFD8D. Grayscale: #2B2B2B. Windows color (decimal): -10354062 or 7471714. OLE color: 7471714.
HSL color Cylindrical-coordinate representation of color #620272: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620272 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 2 | 114 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.55 |
| HSL | 291.43º | 0.97% | 0.23% | - |
| HSV(B) | 291.43º | 0.98% | 0.45% | - |
| XYZ | 8.1 | 3.85 | 16.24 | - |
| YUV | 43.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 114 | 0.14 | 0.98 | 0 | 0.55 | 291.43 | 0.97 | 0.23 |
| Hex | 62 | 2 | 72 | E | 62 | 0 | 37 | 123 | 61 | 17 |
| Octal | 142 | 2 | 162 | 16 | 142 | 0 | 67 | 443 | 141 | 27 |
| Binary | 1100010 | 10 | 1110010 | 1110 | 1100010 | 0 | 110111 | 100100011 | 1100001 | 10111 |
Color Harmonies of #620272
Complementary color
Monochromatic Colors of #620272
Black with #620272
Text Example
Text Example
White with #620272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620272; }
p { color: rgb(98,2,114); }
H1.HeaderClassName
{
color: #620272;
}
.AnyTagClassName
{
color: #620272;
}
</style>
background-color css
<style>
a { background-color: #620272; }
a { background-color: rgb(98,2,114); }
div.DivClassName
{
background-color: #620272;
}
.BgClassName
{
background-color: #620272;
}
</style>
border-color css
<style>
span { border-color: #620272; }
span { border-color: rgb(98,2,114); }
td.TdClassName
{
border-color: #620272;
}
.TagClassName
{
border-color: #620272;
}
</style>