Shades of Purple #62046E
Tints of Purple #62046E
RGB
CMYK
RGB Variations
Color information
#62046E (or 0x62046E) is known color: Purple. HEX triplet: 62, 04 and 6E. RGB value is (98,4,110). Sum of RGB (Red+Green+Blue) = 98+4+110=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #62046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62046E is #9DFB91. Grayscale: #2B2B2B. Windows color (decimal): -10353554 or 7210082. OLE color: 7210082.
HSL color Cylindrical-coordinate representation of color #62046E: hue angle of 293.21º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62046E is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 4 | 110 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.57 |
| HSL | 293.21º | 0.93% | 0.22% | - |
| HSV(B) | 293.21º | 0.96% | 0.43% | - |
| XYZ | 7.89 | 3.81 | 15.07 | - |
| YUV | 44.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 110 | 0.11 | 0.96 | 0 | 0.57 | 293.21 | 0.93 | 0.22 |
| Hex | 62 | 4 | 6E | B | 60 | 0 | 39 | 125 | 5D | 16 |
| Octal | 142 | 4 | 156 | 13 | 140 | 0 | 71 | 445 | 135 | 26 |
| Binary | 1100010 | 100 | 1101110 | 1011 | 1100000 | 0 | 111001 | 100100101 | 1011101 | 10110 |
Color Harmonies of #62046E
Complementary color
Monochromatic Colors of #62046E
Black with #62046E
Text Example
Text Example
White with #62046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62046E; }
p { color: rgb(98,4,110); }
H1.HeaderClassName
{
color: #62046E;
}
.AnyTagClassName
{
color: #62046E;
}
</style>
background-color css
<style>
a { background-color: #62046E; }
a { background-color: rgb(98,4,110); }
div.DivClassName
{
background-color: #62046E;
}
.BgClassName
{
background-color: #62046E;
}
</style>
border-color css
<style>
span { border-color: #62046E; }
span { border-color: rgb(98,4,110); }
td.TdClassName
{
border-color: #62046E;
}
.TagClassName
{
border-color: #62046E;
}
</style>