Shades of Purple #62076A
Tints of Purple #62076A
RGB
CMYK
RGB Variations
Color information
#62076A (or 0x62076A) is known color: Purple. HEX triplet: 62, 07 and 6A. RGB value is (98,7,106). Sum of RGB (Red+Green+Blue) = 98+7+106=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #62076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62076A is #9DF895. Grayscale: #2D2D2D. Windows color (decimal): -10352790 or 6948706. OLE color: 6948706.
HSL color Cylindrical-coordinate representation of color #62076A: hue angle of 295.15º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62076A is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 7 | 106 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.58 |
| HSL | 295.15º | 0.88% | 0.22% | - |
| HSV(B) | 295.15º | 0.93% | 0.42% | - |
| XYZ | 7.71 | 3.79 | 13.96 | - |
| YUV | 45.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 106 | 0.08 | 0.93 | 0 | 0.58 | 295.15 | 0.88 | 0.22 |
| Hex | 62 | 7 | 6A | 8 | 5D | 0 | 3A | 127 | 58 | 16 |
| Octal | 142 | 7 | 152 | 10 | 135 | 0 | 72 | 447 | 130 | 26 |
| Binary | 1100010 | 111 | 1101010 | 1000 | 1011101 | 0 | 111010 | 100100111 | 1011000 | 10110 |
Color Harmonies of #62076A
Complementary color
Monochromatic Colors of #62076A
Black with #62076A
Text Example
Text Example
White with #62076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62076A; }
p { color: rgb(98,7,106); }
H1.HeaderClassName
{
color: #62076A;
}
.AnyTagClassName
{
color: #62076A;
}
</style>
background-color css
<style>
a { background-color: #62076A; }
a { background-color: rgb(98,7,106); }
div.DivClassName
{
background-color: #62076A;
}
.BgClassName
{
background-color: #62076A;
}
</style>
border-color css
<style>
span { border-color: #62076A; }
span { border-color: rgb(98,7,106); }
td.TdClassName
{
border-color: #62076A;
}
.TagClassName
{
border-color: #62076A;
}
</style>