Shades of Purple #620166
Tints of Purple #620166
RGB
CMYK
RGB Variations
Color information
#620166 (or 0x620166) is known color: Purple. HEX triplet: 62, 01 and 66. RGB value is (98,1,102). Sum of RGB (Red+Green+Blue) = 98+1+102=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #620166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620166 is #9DFE99. Grayscale: #292929. Windows color (decimal): -10354330 or 6685026. OLE color: 6685026.
HSL color Cylindrical-coordinate representation of color #620166: hue angle of 297.62º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620166 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 1 | 102 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.6 |
| HSL | 297.62º | 0.98% | 0.2% | - |
| HSV(B) | 297.62º | 0.99% | 0.4% | - |
| XYZ | 7.45 | 3.58 | 12.87 | - |
| YUV | 41.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 102 | 0.04 | 0.99 | 0 | 0.6 | 297.62 | 0.98 | 0.2 |
| Hex | 62 | 1 | 66 | 4 | 63 | 0 | 3C | 12A | 62 | 14 |
| Octal | 142 | 1 | 146 | 4 | 143 | 0 | 74 | 452 | 142 | 24 |
| Binary | 1100010 | 1 | 1100110 | 100 | 1100011 | 0 | 111100 | 100101010 | 1100010 | 10100 |
Color Harmonies of #620166
Complementary color
Monochromatic Colors of #620166
Black with #620166
Text Example
Text Example
White with #620166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620166; }
p { color: rgb(98,1,102); }
H1.HeaderClassName
{
color: #620166;
}
.AnyTagClassName
{
color: #620166;
}
</style>
background-color css
<style>
a { background-color: #620166; }
a { background-color: rgb(98,1,102); }
div.DivClassName
{
background-color: #620166;
}
.BgClassName
{
background-color: #620166;
}
</style>
border-color css
<style>
span { border-color: #620166; }
span { border-color: rgb(98,1,102); }
td.TdClassName
{
border-color: #620166;
}
.TagClassName
{
border-color: #620166;
}
</style>