Shades of Purple #62046A
Tints of Purple #62046A
RGB
CMYK
RGB Variations
Color information
#62046A (or 0x62046A) is known color: Purple. HEX triplet: 62, 04 and 6A. RGB value is (98,4,106). Sum of RGB (Red+Green+Blue) = 98+4+106=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #62046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62046A is #9DFB95. Grayscale: #2B2B2B. Windows color (decimal): -10353558 or 6947938. OLE color: 6947938.
HSL color Cylindrical-coordinate representation of color #62046A: hue angle of 295.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62046A is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 4 | 106 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.58 |
| HSL | 295.29º | 0.93% | 0.22% | - |
| HSV(B) | 295.29º | 0.96% | 0.42% | - |
| XYZ | 7.68 | 3.72 | 13.95 | - |
| YUV | 43.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 106 | 0.08 | 0.96 | 0 | 0.58 | 295.29 | 0.93 | 0.22 |
| Hex | 62 | 4 | 6A | 8 | 60 | 0 | 3A | 127 | 5D | 16 |
| Octal | 142 | 4 | 152 | 10 | 140 | 0 | 72 | 447 | 135 | 26 |
| Binary | 1100010 | 100 | 1101010 | 1000 | 1100000 | 0 | 111010 | 100100111 | 1011101 | 10110 |
Color Harmonies of #62046A
Complementary color
Monochromatic Colors of #62046A
Black with #62046A
Text Example
Text Example
White with #62046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62046A; }
p { color: rgb(98,4,106); }
H1.HeaderClassName
{
color: #62046A;
}
.AnyTagClassName
{
color: #62046A;
}
</style>
background-color css
<style>
a { background-color: #62046A; }
a { background-color: rgb(98,4,106); }
div.DivClassName
{
background-color: #62046A;
}
.BgClassName
{
background-color: #62046A;
}
</style>
border-color css
<style>
span { border-color: #62046A; }
span { border-color: rgb(98,4,106); }
td.TdClassName
{
border-color: #62046A;
}
.TagClassName
{
border-color: #62046A;
}
</style>