Shades of Purple #62016C
Tints of Purple #62016C
RGB
CMYK
RGB Variations
Color information
#62016C (or 0x62016C) is known color: Purple. HEX triplet: 62, 01 and 6C. RGB value is (98,1,108). Sum of RGB (Red+Green+Blue) = 98+1+108=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #62016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62016C is #9DFE93. Grayscale: #292929. Windows color (decimal): -10354324 or 7078242. OLE color: 7078242.
HSL color Cylindrical-coordinate representation of color #62016C: hue angle of 294.39º 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 #62016C is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 1 | 108 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.58 |
| HSL | 294.39º | 0.98% | 0.21% | - |
| HSV(B) | 294.39º | 0.99% | 0.42% | - |
| XYZ | 7.75 | 3.7 | 14.49 | - |
| YUV | 42.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 108 | 0.09 | 0.99 | 0 | 0.58 | 294.39 | 0.98 | 0.21 |
| Hex | 62 | 1 | 6C | 9 | 63 | 0 | 3A | 126 | 62 | 15 |
| Octal | 142 | 1 | 154 | 11 | 143 | 0 | 72 | 446 | 142 | 25 |
| Binary | 1100010 | 1 | 1101100 | 1001 | 1100011 | 0 | 111010 | 100100110 | 1100010 | 10101 |
Color Harmonies of #62016C
Complementary color
Monochromatic Colors of #62016C
Black with #62016C
Text Example
Text Example
White with #62016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62016C; }
p { color: rgb(98,1,108); }
H1.HeaderClassName
{
color: #62016C;
}
.AnyTagClassName
{
color: #62016C;
}
</style>
background-color css
<style>
a { background-color: #62016C; }
a { background-color: rgb(98,1,108); }
div.DivClassName
{
background-color: #62016C;
}
.BgClassName
{
background-color: #62016C;
}
</style>
border-color css
<style>
span { border-color: #62016C; }
span { border-color: rgb(98,1,108); }
td.TdClassName
{
border-color: #62016C;
}
.TagClassName
{
border-color: #62016C;
}
</style>