Shades of Purple #62076B
Tints of Purple #62076B
RGB
CMYK
RGB Variations
Color information
#62076B (or 0x62076B) is known color: Purple. HEX triplet: 62, 07 and 6B. RGB value is (98,7,107). Sum of RGB (Red+Green+Blue) = 98+7+107=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #62076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62076B is #9DF894. Grayscale: #2D2D2D. Windows color (decimal): -10352789 or 7014242. OLE color: 7014242.
HSL color Cylindrical-coordinate representation of color #62076B: hue angle of 294.6º 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 #62076B is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 7 | 107 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.58 |
| HSL | 294.6º | 0.88% | 0.22% | - |
| HSV(B) | 294.6º | 0.93% | 0.42% | - |
| XYZ | 7.77 | 3.81 | 14.24 | - |
| YUV | 45.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 107 | 0.08 | 0.93 | 0 | 0.58 | 294.6 | 0.88 | 0.22 |
| Hex | 62 | 7 | 6B | 8 | 5D | 0 | 3A | 127 | 58 | 16 |
| Octal | 142 | 7 | 153 | 10 | 135 | 0 | 72 | 447 | 130 | 26 |
| Binary | 1100010 | 111 | 1101011 | 1000 | 1011101 | 0 | 111010 | 100100111 | 1011000 | 10110 |
Color Harmonies of #62076B
Complementary color
Monochromatic Colors of #62076B
Black with #62076B
Text Example
Text Example
White with #62076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62076B; }
p { color: rgb(98,7,107); }
H1.HeaderClassName
{
color: #62076B;
}
.AnyTagClassName
{
color: #62076B;
}
</style>
background-color css
<style>
a { background-color: #62076B; }
a { background-color: rgb(98,7,107); }
div.DivClassName
{
background-color: #62076B;
}
.BgClassName
{
background-color: #62076B;
}
</style>
border-color css
<style>
span { border-color: #62076B; }
span { border-color: rgb(98,7,107); }
td.TdClassName
{
border-color: #62076B;
}
.TagClassName
{
border-color: #62076B;
}
</style>