Shades of Purple #62096C
Tints of Purple #62096C
RGB
CMYK
RGB Variations
Color information
#62096C (or 0x62096C) is known color: Purple. HEX triplet: 62, 09 and 6C. RGB value is (98,9,108). Sum of RGB (Red+Green+Blue) = 98+9+108=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #62096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62096C is #9DF693. Grayscale: #2E2E2E. Windows color (decimal): -10352276 or 7080290. OLE color: 7080290.
HSL color Cylindrical-coordinate representation of color #62096C: hue angle of 293.94º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62096C is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 9 | 108 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.58 |
| HSL | 293.94º | 0.85% | 0.23% | - |
| HSV(B) | 293.94º | 0.92% | 0.42% | - |
| XYZ | 7.84 | 3.87 | 14.52 | - |
| YUV | 46.9 | 162.49 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 108 | 0.09 | 0.92 | 0 | 0.58 | 293.94 | 0.85 | 0.23 |
| Hex | 62 | 9 | 6C | 9 | 5C | 0 | 3A | 126 | 55 | 17 |
| Octal | 142 | 11 | 154 | 11 | 134 | 0 | 72 | 446 | 125 | 27 |
| Binary | 1100010 | 1001 | 1101100 | 1001 | 1011100 | 0 | 111010 | 100100110 | 1010101 | 10111 |
Color Harmonies of #62096C
Complementary color
Monochromatic Colors of #62096C
Black with #62096C
Text Example
Text Example
White with #62096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62096C; }
p { color: rgb(98,9,108); }
H1.HeaderClassName
{
color: #62096C;
}
.AnyTagClassName
{
color: #62096C;
}
</style>
background-color css
<style>
a { background-color: #62096C; }
a { background-color: rgb(98,9,108); }
div.DivClassName
{
background-color: #62096C;
}
.BgClassName
{
background-color: #62096C;
}
</style>
border-color css
<style>
span { border-color: #62096C; }
span { border-color: rgb(98,9,108); }
td.TdClassName
{
border-color: #62096C;
}
.TagClassName
{
border-color: #62096C;
}
</style>