Shades of Purple #62016D
Tints of Purple #62016D
RGB
CMYK
RGB Variations
Color information
#62016D (or 0x62016D) is known color: Purple. HEX triplet: 62, 01 and 6D. RGB value is (98,1,109). Sum of RGB (Red+Green+Blue) = 98+1+109=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #62016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62016D is #9DFE92. Grayscale: #292929. Windows color (decimal): -10354323 or 7143778. OLE color: 7143778.
HSL color Cylindrical-coordinate representation of color #62016D: hue angle of 293.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62016D is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 1 | 109 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.57 |
| HSL | 293.89º | 0.98% | 0.22% | - |
| HSV(B) | 293.89º | 0.99% | 0.43% | - |
| XYZ | 7.81 | 3.72 | 14.77 | - |
| YUV | 42.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 109 | 0.10 | 0.99 | 0 | 0.57 | 293.89 | 0.98 | 0.22 |
| Hex | 62 | 1 | 6D | A | 63 | 0 | 39 | 126 | 62 | 16 |
| Octal | 142 | 1 | 155 | 12 | 143 | 0 | 71 | 446 | 142 | 26 |
| Binary | 1100010 | 1 | 1101101 | 1010 | 1100011 | 0 | 111001 | 100100110 | 1100010 | 10110 |
Color Harmonies of #62016D
Complementary color
Monochromatic Colors of #62016D
Black with #62016D
Text Example
Text Example
White with #62016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62016D; }
p { color: rgb(98,1,109); }
H1.HeaderClassName
{
color: #62016D;
}
.AnyTagClassName
{
color: #62016D;
}
</style>
background-color css
<style>
a { background-color: #62016D; }
a { background-color: rgb(98,1,109); }
div.DivClassName
{
background-color: #62016D;
}
.BgClassName
{
background-color: #62016D;
}
</style>
border-color css
<style>
span { border-color: #62016D; }
span { border-color: rgb(98,1,109); }
td.TdClassName
{
border-color: #62016D;
}
.TagClassName
{
border-color: #62016D;
}
</style>