Shades of Purple #62096D
Tints of Purple #62096D
RGB
CMYK
RGB Variations
Color information
#62096D (or 0x62096D) is known color: Purple. HEX triplet: 62, 09 and 6D. RGB value is (98,9,109). Sum of RGB (Red+Green+Blue) = 98+9+109=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #62096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62096D is #9DF692. Grayscale: #2E2E2E. Windows color (decimal): -10352275 or 7145826. OLE color: 7145826.
HSL color Cylindrical-coordinate representation of color #62096D: hue angle of 293.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62096D is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 9 | 109 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.57 |
| HSL | 293.4º | 0.85% | 0.23% | - |
| HSV(B) | 293.4º | 0.92% | 0.43% | - |
| XYZ | 7.9 | 3.9 | 14.8 | - |
| YUV | 47.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 109 | 0.10 | 0.92 | 0 | 0.57 | 293.4 | 0.85 | 0.23 |
| Hex | 62 | 9 | 6D | A | 5C | 0 | 39 | 125 | 55 | 17 |
| Octal | 142 | 11 | 155 | 12 | 134 | 0 | 71 | 445 | 125 | 27 |
| Binary | 1100010 | 1001 | 1101101 | 1010 | 1011100 | 0 | 111001 | 100100101 | 1010101 | 10111 |
Color Harmonies of #62096D
Complementary color
Monochromatic Colors of #62096D
Black with #62096D
Text Example
Text Example
White with #62096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62096D; }
p { color: rgb(98,9,109); }
H1.HeaderClassName
{
color: #62096D;
}
.AnyTagClassName
{
color: #62096D;
}
</style>
background-color css
<style>
a { background-color: #62096D; }
a { background-color: rgb(98,9,109); }
div.DivClassName
{
background-color: #62096D;
}
.BgClassName
{
background-color: #62096D;
}
</style>
border-color css
<style>
span { border-color: #62096D; }
span { border-color: rgb(98,9,109); }
td.TdClassName
{
border-color: #62096D;
}
.TagClassName
{
border-color: #62096D;
}
</style>