Shades of Purple #62006D
Tints of Purple #62006D
RGB
CMYK
RGB Variations
Color information
#62006D (or 0x62006D) is known color: Purple. HEX triplet: 62, 00 and 6D. RGB value is (98,0,109). Sum of RGB (Red+Green+Blue) = 98+0+109=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #62006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62006D is #9DFF92. Grayscale: #292929. Windows color (decimal): -10354579 or 7143522. OLE color: 7143522.
HSL color Cylindrical-coordinate representation of color #62006D: hue angle of 293.94º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62006D is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 0 | 109 | - |
| CMYK | 0.10 | 1 | 0 | 0.57 |
| HSL | 293.94º | 1% | 0.21% | - |
| HSV(B) | 293.94º | 1% | 0.43% | - |
| XYZ | 7.8 | 3.7 | 14.77 | - |
| YUV | 41.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 109 | 0.10 | 1 | 0 | 0.57 | 293.94 | 1 | 0.21 |
| Hex | 62 | 0 | 6D | A | 64 | 0 | 39 | 126 | 64 | 15 |
| Octal | 142 | 0 | 155 | 12 | 144 | 0 | 71 | 446 | 144 | 25 |
| Binary | 1100010 | 0 | 1101101 | 1010 | 1100100 | 0 | 111001 | 100100110 | 1100100 | 10101 |
Color Harmonies of #62006D
Complementary color
Monochromatic Colors of #62006D
Black with #62006D
Text Example
Text Example
White with #62006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62006D; }
p { color: rgb(98,0,109); }
H1.HeaderClassName
{
color: #62006D;
}
.AnyTagClassName
{
color: #62006D;
}
</style>
background-color css
<style>
a { background-color: #62006D; }
a { background-color: rgb(98,0,109); }
div.DivClassName
{
background-color: #62006D;
}
.BgClassName
{
background-color: #62006D;
}
</style>
border-color css
<style>
span { border-color: #62006D; }
span { border-color: rgb(98,0,109); }
td.TdClassName
{
border-color: #62006D;
}
.TagClassName
{
border-color: #62006D;
}
</style>