Shades of Purple #62076F
Tints of Purple #62076F
RGB
CMYK
RGB Variations
Color information
#62076F (or 0x62076F) is known color: Purple. HEX triplet: 62, 07 and 6F. RGB value is (98,7,111). Sum of RGB (Red+Green+Blue) = 98+7+111=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #62076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62076F is #9DF890. Grayscale: #2D2D2D. Windows color (decimal): -10352785 or 7276386. OLE color: 7276386.
HSL color Cylindrical-coordinate representation of color #62076F: hue angle of 292.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62076F is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 7 | 111 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.56 |
| HSL | 292.5º | 0.88% | 0.23% | - |
| HSV(B) | 292.5º | 0.94% | 0.44% | - |
| XYZ | 7.98 | 3.9 | 15.37 | - |
| YUV | 46.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 111 | 0.12 | 0.94 | 0 | 0.56 | 292.5 | 0.88 | 0.23 |
| Hex | 62 | 7 | 6F | C | 5E | 0 | 38 | 124 | 58 | 17 |
| Octal | 142 | 7 | 157 | 14 | 136 | 0 | 70 | 444 | 130 | 27 |
| Binary | 1100010 | 111 | 1101111 | 1100 | 1011110 | 0 | 111000 | 100100100 | 1011000 | 10111 |
Color Harmonies of #62076F
Complementary color
Monochromatic Colors of #62076F
Black with #62076F
Text Example
Text Example
White with #62076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62076F; }
p { color: rgb(98,7,111); }
H1.HeaderClassName
{
color: #62076F;
}
.AnyTagClassName
{
color: #62076F;
}
</style>
background-color css
<style>
a { background-color: #62076F; }
a { background-color: rgb(98,7,111); }
div.DivClassName
{
background-color: #62076F;
}
.BgClassName
{
background-color: #62076F;
}
</style>
border-color css
<style>
span { border-color: #62076F; }
span { border-color: rgb(98,7,111); }
td.TdClassName
{
border-color: #62076F;
}
.TagClassName
{
border-color: #62076F;
}
</style>