Shades of Han Purple #620FE4
Tints of Han Purple #620FE4
RGB
CMYK
RGB Variations
Color information
#620FE4 (or 0x620FE4) is known color: Han Purple. HEX triplet: 62, 0F and E4. RGB value is (98,15,228). Sum of RGB (Red+Green+Blue) = 98+15+228=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 228 (89.45% from 255 or 66.86% from 341); Max value from RGB is 228 - color contains mainly: blue. Hex color #620FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FE4 is #9DF01B. Grayscale: #3F3F3F. Windows color (decimal): -10350620 or 14946146. OLE color: 14946146.
HSL color Cylindrical-coordinate representation of color #620FE4: hue angle of 263.38º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620FE4 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 15 | 228 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.11 |
| HSL | 263.38º | 0.88% | 0.48% | - |
| HSV(B) | 263.38º | 0.93% | 0.89% | - |
| XYZ | 19.21 | 8.54 | 74.03 | - |
| YUV | 64.1 | 220.5 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 228 | 0.57 | 0.93 | 0 | 0.11 | 263.38 | 0.88 | 0.48 |
| Hex | 62 | F | E4 | 39 | 5D | 0 | B | 107 | 58 | 30 |
| Octal | 142 | 17 | 344 | 71 | 135 | 0 | 13 | 407 | 130 | 60 |
| Binary | 1100010 | 1111 | 11100100 | 111001 | 1011101 | 0 | 1011 | 100000111 | 1011000 | 110000 |
Color Harmonies of #620FE4
Complementary color
Monochromatic Colors of #620FE4
Black with #620FE4
Text Example
Text Example
White with #620FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FE4; }
p { color: rgb(98,15,228); }
H1.HeaderClassName
{
color: #620FE4;
}
.AnyTagClassName
{
color: #620FE4;
}
</style>
background-color css
<style>
a { background-color: #620FE4; }
a { background-color: rgb(98,15,228); }
div.DivClassName
{
background-color: #620FE4;
}
.BgClassName
{
background-color: #620FE4;
}
</style>
border-color css
<style>
span { border-color: #620FE4; }
span { border-color: rgb(98,15,228); }
td.TdClassName
{
border-color: #620FE4;
}
.TagClassName
{
border-color: #620FE4;
}
</style>