Shades of Han Purple #620FDA
Tints of Han Purple #620FDA
RGB
CMYK
RGB Variations
Color information
#620FDA (or 0x620FDA) is known color: Han Purple. HEX triplet: 62, 0F and DA. RGB value is (98,15,218). Sum of RGB (Red+Green+Blue) = 98+15+218=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #620FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FDA is #9DF025. Grayscale: #3E3E3E. Windows color (decimal): -10350630 or 14290786. OLE color: 14290786.
HSL color Cylindrical-coordinate representation of color #620FDA: hue angle of 264.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620FDA is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 15 | 218 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.15 |
| HSL | 264.53º | 0.87% | 0.46% | - |
| HSV(B) | 264.53º | 0.93% | 0.85% | - |
| XYZ | 17.86 | 8 | 66.93 | - |
| YUV | 62.96 | 215.5 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 218 | 0.55 | 0.93 | 0 | 0.15 | 264.53 | 0.87 | 0.46 |
| Hex | 62 | F | DA | 37 | 5D | 0 | F | 109 | 57 | 2E |
| Octal | 142 | 17 | 332 | 67 | 135 | 0 | 17 | 411 | 127 | 56 |
| Binary | 1100010 | 1111 | 11011010 | 110111 | 1011101 | 0 | 1111 | 100001001 | 1010111 | 101110 |
Color Harmonies of #620FDA
Complementary color
Monochromatic Colors of #620FDA
Black with #620FDA
Text Example
Text Example
White with #620FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FDA; }
p { color: rgb(98,15,218); }
H1.HeaderClassName
{
color: #620FDA;
}
.AnyTagClassName
{
color: #620FDA;
}
</style>
background-color css
<style>
a { background-color: #620FDA; }
a { background-color: rgb(98,15,218); }
div.DivClassName
{
background-color: #620FDA;
}
.BgClassName
{
background-color: #620FDA;
}
</style>
border-color css
<style>
span { border-color: #620FDA; }
span { border-color: rgb(98,15,218); }
td.TdClassName
{
border-color: #620FDA;
}
.TagClassName
{
border-color: #620FDA;
}
</style>