Shades of Purple #62066C
Tints of Purple #62066C
RGB
CMYK
RGB Variations
Color information
#62066C (or 0x62066C) is known color: Purple. HEX triplet: 62, 06 and 6C. RGB value is (98,6,108). Sum of RGB (Red+Green+Blue) = 98+6+108=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #62066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62066C is #9DF993. Grayscale: #2C2C2C. Windows color (decimal): -10353044 or 7079522. OLE color: 7079522.
HSL color Cylindrical-coordinate representation of color #62066C: hue angle of 294.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62066C is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 6 | 108 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.58 |
| HSL | 294.12º | 0.89% | 0.22% | - |
| HSV(B) | 294.12º | 0.94% | 0.42% | - |
| XYZ | 7.81 | 3.81 | 14.51 | - |
| YUV | 45.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 108 | 0.09 | 0.94 | 0 | 0.58 | 294.12 | 0.89 | 0.22 |
| Hex | 62 | 6 | 6C | 9 | 5E | 0 | 3A | 126 | 59 | 16 |
| Octal | 142 | 6 | 154 | 11 | 136 | 0 | 72 | 446 | 131 | 26 |
| Binary | 1100010 | 110 | 1101100 | 1001 | 1011110 | 0 | 111010 | 100100110 | 1011001 | 10110 |
Color Harmonies of #62066C
Complementary color
Monochromatic Colors of #62066C
Black with #62066C
Text Example
Text Example
White with #62066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62066C; }
p { color: rgb(98,6,108); }
H1.HeaderClassName
{
color: #62066C;
}
.AnyTagClassName
{
color: #62066C;
}
</style>
background-color css
<style>
a { background-color: #62066C; }
a { background-color: rgb(98,6,108); }
div.DivClassName
{
background-color: #62066C;
}
.BgClassName
{
background-color: #62066C;
}
</style>
border-color css
<style>
span { border-color: #62066C; }
span { border-color: rgb(98,6,108); }
td.TdClassName
{
border-color: #62066C;
}
.TagClassName
{
border-color: #62066C;
}
</style>