Shades of Purple #620173
Tints of Purple #620173
RGB
CMYK
RGB Variations
Color information
#620173 (or 0x620173) is known color: Purple. HEX triplet: 62, 01 and 73. RGB value is (98,1,115). Sum of RGB (Red+Green+Blue) = 98+1+115=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #620173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620173 is #9DFE8C. Grayscale: #2A2A2A. Windows color (decimal): -10354317 or 7536994. OLE color: 7536994.
HSL color Cylindrical-coordinate representation of color #620173: hue angle of 291.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620173 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 1 | 115 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.55 |
| HSL | 291.05º | 0.98% | 0.23% | - |
| HSV(B) | 291.05º | 0.99% | 0.45% | - |
| XYZ | 8.14 | 3.86 | 16.53 | - |
| YUV | 43 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 115 | 0.15 | 0.99 | 0 | 0.55 | 291.05 | 0.98 | 0.23 |
| Hex | 62 | 1 | 73 | F | 63 | 0 | 37 | 123 | 62 | 17 |
| Octal | 142 | 1 | 163 | 17 | 143 | 0 | 67 | 443 | 142 | 27 |
| Binary | 1100010 | 1 | 1110011 | 1111 | 1100011 | 0 | 110111 | 100100011 | 1100010 | 10111 |
Color Harmonies of #620173
Complementary color
Monochromatic Colors of #620173
Black with #620173
Text Example
Text Example
White with #620173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620173; }
p { color: rgb(98,1,115); }
H1.HeaderClassName
{
color: #620173;
}
.AnyTagClassName
{
color: #620173;
}
</style>
background-color css
<style>
a { background-color: #620173; }
a { background-color: rgb(98,1,115); }
div.DivClassName
{
background-color: #620173;
}
.BgClassName
{
background-color: #620173;
}
</style>
border-color css
<style>
span { border-color: #620173; }
span { border-color: rgb(98,1,115); }
td.TdClassName
{
border-color: #620173;
}
.TagClassName
{
border-color: #620173;
}
</style>