Shades of Purple #620B72
Tints of Purple #620B72
RGB
CMYK
RGB Variations
Color information
#620B72 (or 0x620B72) is known color: Purple. HEX triplet: 62, 0B and 72. RGB value is (98,11,114). Sum of RGB (Red+Green+Blue) = 98+11+114=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #620B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B72 is #9DF48D. Grayscale: #303030. Windows color (decimal): -10351758 or 7474018. OLE color: 7474018.
HSL color Cylindrical-coordinate representation of color #620B72: hue angle of 290.68º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620B72 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 11 | 114 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.55 |
| HSL | 290.68º | 0.82% | 0.25% | - |
| HSV(B) | 290.68º | 0.9% | 0.45% | - |
| XYZ | 8.19 | 4.05 | 16.27 | - |
| YUV | 48.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 114 | 0.14 | 0.90 | 0 | 0.55 | 290.68 | 0.82 | 0.25 |
| Hex | 62 | B | 72 | E | 5A | 0 | 37 | 123 | 52 | 19 |
| Octal | 142 | 13 | 162 | 16 | 132 | 0 | 67 | 443 | 122 | 31 |
| Binary | 1100010 | 1011 | 1110010 | 1110 | 1011010 | 0 | 110111 | 100100011 | 1010010 | 11001 |
Color Harmonies of #620B72
Complementary color
Monochromatic Colors of #620B72
Black with #620B72
Text Example
Text Example
White with #620B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620B72; }
p { color: rgb(98,11,114); }
H1.HeaderClassName
{
color: #620B72;
}
.AnyTagClassName
{
color: #620B72;
}
</style>
background-color css
<style>
a { background-color: #620B72; }
a { background-color: rgb(98,11,114); }
div.DivClassName
{
background-color: #620B72;
}
.BgClassName
{
background-color: #620B72;
}
</style>
border-color css
<style>
span { border-color: #620B72; }
span { border-color: rgb(98,11,114); }
td.TdClassName
{
border-color: #620B72;
}
.TagClassName
{
border-color: #620B72;
}
</style>