Shades of Purple #620573
Tints of Purple #620573
RGB
CMYK
RGB Variations
Color information
#620573 (or 0x620573) is known color: Purple. HEX triplet: 62, 05 and 73. RGB value is (98,5,115). Sum of RGB (Red+Green+Blue) = 98+5+115=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #620573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620573 is #9DFA8C. Grayscale: #2D2D2D. Windows color (decimal): -10353293 or 7538018. OLE color: 7538018.
HSL color Cylindrical-coordinate representation of color #620573: hue angle of 290.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620573 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 5 | 115 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.55 |
| HSL | 290.73º | 0.92% | 0.24% | - |
| HSV(B) | 290.73º | 0.96% | 0.45% | - |
| XYZ | 8.19 | 3.94 | 16.55 | - |
| YUV | 45.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 115 | 0.15 | 0.96 | 0 | 0.55 | 290.73 | 0.92 | 0.24 |
| Hex | 62 | 5 | 73 | F | 60 | 0 | 37 | 123 | 5C | 18 |
| Octal | 142 | 5 | 163 | 17 | 140 | 0 | 67 | 443 | 134 | 30 |
| Binary | 1100010 | 101 | 1110011 | 1111 | 1100000 | 0 | 110111 | 100100011 | 1011100 | 11000 |
Color Harmonies of #620573
Complementary color
Monochromatic Colors of #620573
Black with #620573
Text Example
Text Example
White with #620573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620573; }
p { color: rgb(98,5,115); }
H1.HeaderClassName
{
color: #620573;
}
.AnyTagClassName
{
color: #620573;
}
</style>
background-color css
<style>
a { background-color: #620573; }
a { background-color: rgb(98,5,115); }
div.DivClassName
{
background-color: #620573;
}
.BgClassName
{
background-color: #620573;
}
</style>
border-color css
<style>
span { border-color: #620573; }
span { border-color: rgb(98,5,115); }
td.TdClassName
{
border-color: #620573;
}
.TagClassName
{
border-color: #620573;
}
</style>