Shades of Han Purple #620FE1
Tints of Han Purple #620FE1
RGB
CMYK
RGB Variations
Color information
#620FE1 (or 0x620FE1) is known color: Han Purple. HEX triplet: 62, 0F and E1. RGB value is (98,15,225). Sum of RGB (Red+Green+Blue) = 98+15+225=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #620FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FE1 is #9DF01E. Grayscale: #3F3F3F. Windows color (decimal): -10350623 or 14749538. OLE color: 14749538.
HSL color Cylindrical-coordinate representation of color #620FE1: hue angle of 263.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620FE1 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 15 | 225 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.12 |
| HSL | 263.71º | 0.88% | 0.47% | - |
| HSV(B) | 263.71º | 0.93% | 0.88% | - |
| XYZ | 18.8 | 8.37 | 71.86 | - |
| YUV | 63.76 | 219 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 225 | 0.56 | 0.93 | 0 | 0.12 | 263.71 | 0.88 | 0.47 |
| Hex | 62 | F | E1 | 38 | 5D | 0 | C | 108 | 58 | 2F |
| Octal | 142 | 17 | 341 | 70 | 135 | 0 | 14 | 410 | 130 | 57 |
| Binary | 1100010 | 1111 | 11100001 | 111000 | 1011101 | 0 | 1100 | 100001000 | 1011000 | 101111 |
Color Harmonies of #620FE1
Complementary color
Monochromatic Colors of #620FE1
Black with #620FE1
Text Example
Text Example
White with #620FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FE1; }
p { color: rgb(98,15,225); }
H1.HeaderClassName
{
color: #620FE1;
}
.AnyTagClassName
{
color: #620FE1;
}
</style>
background-color css
<style>
a { background-color: #620FE1; }
a { background-color: rgb(98,15,225); }
div.DivClassName
{
background-color: #620FE1;
}
.BgClassName
{
background-color: #620FE1;
}
</style>
border-color css
<style>
span { border-color: #620FE1; }
span { border-color: rgb(98,15,225); }
td.TdClassName
{
border-color: #620FE1;
}
.TagClassName
{
border-color: #620FE1;
}
</style>