Shades of Purple #62006B
Tints of Purple #62006B
RGB
CMYK
RGB Variations
Color information
#62006B (or 0x62006B) is known color: Purple. HEX triplet: 62, 00 and 6B. RGB value is (98,0,107). Sum of RGB (Red+Green+Blue) = 98+0+107=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #62006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62006B is #9DFF94. Grayscale: #292929. Windows color (decimal): -10354581 or 7012450. OLE color: 7012450.
HSL color Cylindrical-coordinate representation of color #62006B: hue angle of 294.95º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62006B is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 0 | 107 | - |
| CMYK | 0.08 | 1 | 0 | 0.58 |
| HSL | 294.95º | 1% | 0.21% | - |
| HSV(B) | 294.95º | 1% | 0.42% | - |
| XYZ | 7.69 | 3.66 | 14.21 | - |
| YUV | 41.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 107 | 0.08 | 1 | 0 | 0.58 | 294.95 | 1 | 0.21 |
| Hex | 62 | 0 | 6B | 8 | 64 | 0 | 3A | 127 | 64 | 15 |
| Octal | 142 | 0 | 153 | 10 | 144 | 0 | 72 | 447 | 144 | 25 |
| Binary | 1100010 | 0 | 1101011 | 1000 | 1100100 | 0 | 111010 | 100100111 | 1100100 | 10101 |
Color Harmonies of #62006B
Complementary color
Monochromatic Colors of #62006B
Black with #62006B
Text Example
Text Example
White with #62006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62006B; }
p { color: rgb(98,0,107); }
H1.HeaderClassName
{
color: #62006B;
}
.AnyTagClassName
{
color: #62006B;
}
</style>
background-color css
<style>
a { background-color: #62006B; }
a { background-color: rgb(98,0,107); }
div.DivClassName
{
background-color: #62006B;
}
.BgClassName
{
background-color: #62006B;
}
</style>
border-color css
<style>
span { border-color: #62006B; }
span { border-color: rgb(98,0,107); }
td.TdClassName
{
border-color: #62006B;
}
.TagClassName
{
border-color: #62006B;
}
</style>