Shades of Purple #62066B
Tints of Purple #62066B
RGB
CMYK
RGB Variations
Color information
#62066B (or 0x62066B) is known color: Purple. HEX triplet: 62, 06 and 6B. RGB value is (98,6,107). Sum of RGB (Red+Green+Blue) = 98+6+107=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #62066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62066B is #9DF994. Grayscale: #2C2C2C. Windows color (decimal): -10353045 or 7013986. OLE color: 7013986.
HSL color Cylindrical-coordinate representation of color #62066B: hue angle of 294.65º 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 #62066B is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 6 | 107 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.58 |
| HSL | 294.65º | 0.89% | 0.22% | - |
| HSV(B) | 294.65º | 0.94% | 0.42% | - |
| XYZ | 7.76 | 3.79 | 14.23 | - |
| YUV | 45.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 107 | 0.08 | 0.94 | 0 | 0.58 | 294.65 | 0.89 | 0.22 |
| Hex | 62 | 6 | 6B | 8 | 5E | 0 | 3A | 127 | 59 | 16 |
| Octal | 142 | 6 | 153 | 10 | 136 | 0 | 72 | 447 | 131 | 26 |
| Binary | 1100010 | 110 | 1101011 | 1000 | 1011110 | 0 | 111010 | 100100111 | 1011001 | 10110 |
Color Harmonies of #62066B
Complementary color
Monochromatic Colors of #62066B
Black with #62066B
Text Example
Text Example
White with #62066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62066B; }
p { color: rgb(98,6,107); }
H1.HeaderClassName
{
color: #62066B;
}
.AnyTagClassName
{
color: #62066B;
}
</style>
background-color css
<style>
a { background-color: #62066B; }
a { background-color: rgb(98,6,107); }
div.DivClassName
{
background-color: #62066B;
}
.BgClassName
{
background-color: #62066B;
}
</style>
border-color css
<style>
span { border-color: #62066B; }
span { border-color: rgb(98,6,107); }
td.TdClassName
{
border-color: #62066B;
}
.TagClassName
{
border-color: #62066B;
}
</style>