Shades of Purple #620265
Tints of Purple #620265
RGB
CMYK
RGB Variations
Color information
#620265 (or 0x620265) is known color: Purple. HEX triplet: 62, 02 and 65. RGB value is (98,2,101). Sum of RGB (Red+Green+Blue) = 98+2+101=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #620265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620265 is #9DFD9A. Grayscale: #292929. Windows color (decimal): -10354075 or 6619746. OLE color: 6619746.
HSL color Cylindrical-coordinate representation of color #620265: hue angle of 298.18º 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 #620265 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 2 | 101 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.60 |
| HSL | 298.18º | 0.96% | 0.2% | - |
| HSV(B) | 298.18º | 0.98% | 0.4% | - |
| XYZ | 7.41 | 3.58 | 12.61 | - |
| YUV | 41.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 101 | 0.03 | 0.98 | 0 | 0.60 | 298.18 | 0.96 | 0.2 |
| Hex | 62 | 2 | 65 | 3 | 62 | 0 | 3C | 12A | 60 | 14 |
| Octal | 142 | 2 | 145 | 3 | 142 | 0 | 74 | 452 | 140 | 24 |
| Binary | 1100010 | 10 | 1100101 | 11 | 1100010 | 0 | 111100 | 100101010 | 1100000 | 10100 |
Color Harmonies of #620265
Complementary color
Monochromatic Colors of #620265
Black with #620265
Text Example
Text Example
White with #620265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620265; }
p { color: rgb(98,2,101); }
H1.HeaderClassName
{
color: #620265;
}
.AnyTagClassName
{
color: #620265;
}
</style>
background-color css
<style>
a { background-color: #620265; }
a { background-color: rgb(98,2,101); }
div.DivClassName
{
background-color: #620265;
}
.BgClassName
{
background-color: #620265;
}
</style>
border-color css
<style>
span { border-color: #620265; }
span { border-color: rgb(98,2,101); }
td.TdClassName
{
border-color: #620265;
}
.TagClassName
{
border-color: #620265;
}
</style>