Shades of Purple #620673
Tints of Purple #620673
RGB
CMYK
RGB Variations
Color information
#620673 (or 0x620673) is known color: Purple. HEX triplet: 62, 06 and 73. RGB value is (98,6,115). Sum of RGB (Red+Green+Blue) = 98+6+115=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #620673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620673 is #9DF98C. Grayscale: #2D2D2D. Windows color (decimal): -10353037 or 7538274. OLE color: 7538274.
HSL color Cylindrical-coordinate representation of color #620673: hue angle of 290.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620673 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 6 | 115 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.55 |
| HSL | 290.64º | 0.9% | 0.24% | - |
| HSV(B) | 290.64º | 0.95% | 0.45% | - |
| XYZ | 8.2 | 3.96 | 16.55 | - |
| YUV | 45.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 115 | 0.15 | 0.95 | 0 | 0.55 | 290.64 | 0.9 | 0.24 |
| Hex | 62 | 6 | 73 | F | 5F | 0 | 37 | 123 | 5A | 18 |
| Octal | 142 | 6 | 163 | 17 | 137 | 0 | 67 | 443 | 132 | 30 |
| Binary | 1100010 | 110 | 1110011 | 1111 | 1011111 | 0 | 110111 | 100100011 | 1011010 | 11000 |
Color Harmonies of #620673
Complementary color
Monochromatic Colors of #620673
Black with #620673
Text Example
Text Example
White with #620673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620673; }
p { color: rgb(98,6,115); }
H1.HeaderClassName
{
color: #620673;
}
.AnyTagClassName
{
color: #620673;
}
</style>
background-color css
<style>
a { background-color: #620673; }
a { background-color: rgb(98,6,115); }
div.DivClassName
{
background-color: #620673;
}
.BgClassName
{
background-color: #620673;
}
</style>
border-color css
<style>
span { border-color: #620673; }
span { border-color: rgb(98,6,115); }
td.TdClassName
{
border-color: #620673;
}
.TagClassName
{
border-color: #620673;
}
</style>