Shades of Purple #62016B
Tints of Purple #62016B
RGB
CMYK
RGB Variations
Color information
#62016B (or 0x62016B) is known color: Purple. HEX triplet: 62, 01 and 6B. RGB value is (98,1,107). Sum of RGB (Red+Green+Blue) = 98+1+107=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #62016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62016B is #9DFE94. Grayscale: #292929. Windows color (decimal): -10354325 or 7012706. OLE color: 7012706.
HSL color Cylindrical-coordinate representation of color #62016B: hue angle of 294.91º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62016B is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 1 | 107 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.58 |
| HSL | 294.91º | 0.98% | 0.21% | - |
| HSV(B) | 294.91º | 0.99% | 0.42% | - |
| XYZ | 7.7 | 3.68 | 14.21 | - |
| YUV | 42.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 107 | 0.08 | 0.99 | 0 | 0.58 | 294.91 | 0.98 | 0.21 |
| Hex | 62 | 1 | 6B | 8 | 63 | 0 | 3A | 127 | 62 | 15 |
| Octal | 142 | 1 | 153 | 10 | 143 | 0 | 72 | 447 | 142 | 25 |
| Binary | 1100010 | 1 | 1101011 | 1000 | 1100011 | 0 | 111010 | 100100111 | 1100010 | 10101 |
Color Harmonies of #62016B
Complementary color
Monochromatic Colors of #62016B
Black with #62016B
Text Example
Text Example
White with #62016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62016B; }
p { color: rgb(98,1,107); }
H1.HeaderClassName
{
color: #62016B;
}
.AnyTagClassName
{
color: #62016B;
}
</style>
background-color css
<style>
a { background-color: #62016B; }
a { background-color: rgb(98,1,107); }
div.DivClassName
{
background-color: #62016B;
}
.BgClassName
{
background-color: #62016B;
}
</style>
border-color css
<style>
span { border-color: #62016B; }
span { border-color: rgb(98,1,107); }
td.TdClassName
{
border-color: #62016B;
}
.TagClassName
{
border-color: #62016B;
}
</style>