Shades of Purple #62016F
Tints of Purple #62016F
RGB
CMYK
RGB Variations
Color information
#62016F (or 0x62016F) is known color: Purple. HEX triplet: 62, 01 and 6F. RGB value is (98,1,111). Sum of RGB (Red+Green+Blue) = 98+1+111=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #62016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62016F is #9DFE90. Grayscale: #2A2A2A. Windows color (decimal): -10354321 or 7274850. OLE color: 7274850.
HSL color Cylindrical-coordinate representation of color #62016F: hue angle of 292.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62016F is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 1 | 111 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.56 |
| HSL | 292.91º | 0.98% | 0.22% | - |
| HSV(B) | 292.91º | 0.99% | 0.44% | - |
| XYZ | 7.92 | 3.77 | 15.35 | - |
| YUV | 42.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 111 | 0.12 | 0.99 | 0 | 0.56 | 292.91 | 0.98 | 0.22 |
| Hex | 62 | 1 | 6F | C | 63 | 0 | 38 | 125 | 62 | 16 |
| Octal | 142 | 1 | 157 | 14 | 143 | 0 | 70 | 445 | 142 | 26 |
| Binary | 1100010 | 1 | 1101111 | 1100 | 1100011 | 0 | 111000 | 100100101 | 1100010 | 10110 |
Color Harmonies of #62016F
Complementary color
Monochromatic Colors of #62016F
Black with #62016F
Text Example
Text Example
White with #62016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62016F; }
p { color: rgb(98,1,111); }
H1.HeaderClassName
{
color: #62016F;
}
.AnyTagClassName
{
color: #62016F;
}
</style>
background-color css
<style>
a { background-color: #62016F; }
a { background-color: rgb(98,1,111); }
div.DivClassName
{
background-color: #62016F;
}
.BgClassName
{
background-color: #62016F;
}
</style>
border-color css
<style>
span { border-color: #62016F; }
span { border-color: rgb(98,1,111); }
td.TdClassName
{
border-color: #62016F;
}
.TagClassName
{
border-color: #62016F;
}
</style>