Shades of Purple #62016E
Tints of Purple #62016E
RGB
CMYK
RGB Variations
Color information
#62016E (or 0x62016E) is known color: Purple. HEX triplet: 62, 01 and 6E. RGB value is (98,1,110). Sum of RGB (Red+Green+Blue) = 98+1+110=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #62016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62016E is #9DFE91. Grayscale: #2A2A2A. Windows color (decimal): -10354322 or 7209314. OLE color: 7209314.
HSL color Cylindrical-coordinate representation of color #62016E: hue angle of 293.39º 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 #62016E is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 1 | 110 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.57 |
| HSL | 293.39º | 0.98% | 0.22% | - |
| HSV(B) | 293.39º | 0.99% | 0.43% | - |
| XYZ | 7.86 | 3.74 | 15.06 | - |
| YUV | 42.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 110 | 0.11 | 0.99 | 0 | 0.57 | 293.39 | 0.98 | 0.22 |
| Hex | 62 | 1 | 6E | B | 63 | 0 | 39 | 125 | 62 | 16 |
| Octal | 142 | 1 | 156 | 13 | 143 | 0 | 71 | 445 | 142 | 26 |
| Binary | 1100010 | 1 | 1101110 | 1011 | 1100011 | 0 | 111001 | 100100101 | 1100010 | 10110 |
Color Harmonies of #62016E
Complementary color
Monochromatic Colors of #62016E
Black with #62016E
Text Example
Text Example
White with #62016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62016E; }
p { color: rgb(98,1,110); }
H1.HeaderClassName
{
color: #62016E;
}
.AnyTagClassName
{
color: #62016E;
}
</style>
background-color css
<style>
a { background-color: #62016E; }
a { background-color: rgb(98,1,110); }
div.DivClassName
{
background-color: #62016E;
}
.BgClassName
{
background-color: #62016E;
}
</style>
border-color css
<style>
span { border-color: #62016E; }
span { border-color: rgb(98,1,110); }
td.TdClassName
{
border-color: #62016E;
}
.TagClassName
{
border-color: #62016E;
}
</style>