Shades of Purple #620373
Tints of Purple #620373
RGB
CMYK
RGB Variations
Color information
#620373 (or 0x620373) is known color: Purple. HEX triplet: 62, 03 and 73. RGB value is (98,3,115). Sum of RGB (Red+Green+Blue) = 98+3+115=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #620373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620373 is #9DFC8C. Grayscale: #2B2B2B. Windows color (decimal): -10353805 or 7537506. OLE color: 7537506.
HSL color Cylindrical-coordinate representation of color #620373: hue angle of 290.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620373 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 3 | 115 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.55 |
| HSL | 290.89º | 0.95% | 0.23% | - |
| HSV(B) | 290.89º | 0.97% | 0.45% | - |
| XYZ | 8.16 | 3.9 | 16.54 | - |
| YUV | 44.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 115 | 0.15 | 0.97 | 0 | 0.55 | 290.89 | 0.95 | 0.23 |
| Hex | 62 | 3 | 73 | F | 61 | 0 | 37 | 123 | 5F | 17 |
| Octal | 142 | 3 | 163 | 17 | 141 | 0 | 67 | 443 | 137 | 27 |
| Binary | 1100010 | 11 | 1110011 | 1111 | 1100001 | 0 | 110111 | 100100011 | 1011111 | 10111 |
Color Harmonies of #620373
Complementary color
Monochromatic Colors of #620373
Black with #620373
Text Example
Text Example
White with #620373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620373; }
p { color: rgb(98,3,115); }
H1.HeaderClassName
{
color: #620373;
}
.AnyTagClassName
{
color: #620373;
}
</style>
background-color css
<style>
a { background-color: #620373; }
a { background-color: rgb(98,3,115); }
div.DivClassName
{
background-color: #620373;
}
.BgClassName
{
background-color: #620373;
}
</style>
border-color css
<style>
span { border-color: #620373; }
span { border-color: rgb(98,3,115); }
td.TdClassName
{
border-color: #620373;
}
.TagClassName
{
border-color: #620373;
}
</style>