Shades of Han Purple #620EDA
Tints of Han Purple #620EDA
RGB
CMYK
RGB Variations
Color information
#620EDA (or 0x620EDA) is known color: Han Purple. HEX triplet: 62, 0E and DA. RGB value is (98,14,218). Sum of RGB (Red+Green+Blue) = 98+14+218=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #620EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620EDA is #9DF125. Grayscale: #3D3D3D. Windows color (decimal): -10350886 or 14290530. OLE color: 14290530.
HSL color Cylindrical-coordinate representation of color #620EDA: hue angle of 264.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EDA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 14 | 218 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.15 |
| HSL | 264.71º | 0.88% | 0.45% | - |
| HSV(B) | 264.71º | 0.94% | 0.85% | - |
| XYZ | 17.85 | 7.97 | 66.93 | - |
| YUV | 62.37 | 215.83 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 218 | 0.55 | 0.94 | 0 | 0.15 | 264.71 | 0.88 | 0.45 |
| Hex | 62 | E | DA | 37 | 5E | 0 | F | 109 | 58 | 2D |
| Octal | 142 | 16 | 332 | 67 | 136 | 0 | 17 | 411 | 130 | 55 |
| Binary | 1100010 | 1110 | 11011010 | 110111 | 1011110 | 0 | 1111 | 100001001 | 1011000 | 101101 |
Color Harmonies of #620EDA
Complementary color
Monochromatic Colors of #620EDA
Black with #620EDA
Text Example
Text Example
White with #620EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620EDA; }
p { color: rgb(98,14,218); }
H1.HeaderClassName
{
color: #620EDA;
}
.AnyTagClassName
{
color: #620EDA;
}
</style>
background-color css
<style>
a { background-color: #620EDA; }
a { background-color: rgb(98,14,218); }
div.DivClassName
{
background-color: #620EDA;
}
.BgClassName
{
background-color: #620EDA;
}
</style>
border-color css
<style>
span { border-color: #620EDA; }
span { border-color: rgb(98,14,218); }
td.TdClassName
{
border-color: #620EDA;
}
.TagClassName
{
border-color: #620EDA;
}
</style>