Shades of Purple #620266
Tints of Purple #620266
RGB
CMYK
RGB Variations
Color information
#620266 (or 0x620266) is known color: Purple. HEX triplet: 62, 02 and 66. RGB value is (98,2,102). Sum of RGB (Red+Green+Blue) = 98+2+102=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #620266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620266 is #9DFD99. Grayscale: #292929. Windows color (decimal): -10354074 or 6685282. OLE color: 6685282.
HSL color Cylindrical-coordinate representation of color #620266: hue angle of 297.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620266 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 2 | 102 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.6 |
| HSL | 297.6º | 0.96% | 0.2% | - |
| HSV(B) | 297.6º | 0.98% | 0.4% | - |
| XYZ | 7.46 | 3.6 | 12.87 | - |
| YUV | 42.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 102 | 0.04 | 0.98 | 0 | 0.6 | 297.6 | 0.96 | 0.2 |
| Hex | 62 | 2 | 66 | 4 | 62 | 0 | 3C | 12A | 60 | 14 |
| Octal | 142 | 2 | 146 | 4 | 142 | 0 | 74 | 452 | 140 | 24 |
| Binary | 1100010 | 10 | 1100110 | 100 | 1100010 | 0 | 111100 | 100101010 | 1100000 | 10100 |
Color Harmonies of #620266
Complementary color
Monochromatic Colors of #620266
Black with #620266
Text Example
Text Example
White with #620266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620266; }
p { color: rgb(98,2,102); }
H1.HeaderClassName
{
color: #620266;
}
.AnyTagClassName
{
color: #620266;
}
</style>
background-color css
<style>
a { background-color: #620266; }
a { background-color: rgb(98,2,102); }
div.DivClassName
{
background-color: #620266;
}
.BgClassName
{
background-color: #620266;
}
</style>
border-color css
<style>
span { border-color: #620266; }
span { border-color: rgb(98,2,102); }
td.TdClassName
{
border-color: #620266;
}
.TagClassName
{
border-color: #620266;
}
</style>