Shades of Han Purple #620FE3
Tints of Han Purple #620FE3
RGB
CMYK
RGB Variations
Color information
#620FE3 (or 0x620FE3) is known color: Han Purple. HEX triplet: 62, 0F and E3. RGB value is (98,15,227). Sum of RGB (Red+Green+Blue) = 98+15+227=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 227 (89.06% from 255 or 66.76% from 340); Max value from RGB is 227 - color contains mainly: blue. Hex color #620FE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FE3 is #9DF01C. Grayscale: #3F3F3F. Windows color (decimal): -10350621 or 14880610. OLE color: 14880610.
HSL color Cylindrical-coordinate representation of color #620FE3: hue angle of 263.49º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620FE3 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 15 | 227 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.11 |
| HSL | 263.49º | 0.88% | 0.47% | - |
| HSV(B) | 263.49º | 0.93% | 0.89% | - |
| XYZ | 19.07 | 8.48 | 73.31 | - |
| YUV | 63.99 | 220 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 227 | 0.57 | 0.93 | 0 | 0.11 | 263.49 | 0.88 | 0.47 |
| Hex | 62 | F | E3 | 39 | 5D | 0 | B | 107 | 58 | 2F |
| Octal | 142 | 17 | 343 | 71 | 135 | 0 | 13 | 407 | 130 | 57 |
| Binary | 1100010 | 1111 | 11100011 | 111001 | 1011101 | 0 | 1011 | 100000111 | 1011000 | 101111 |
Color Harmonies of #620FE3
Complementary color
Monochromatic Colors of #620FE3
Black with #620FE3
Text Example
Text Example
White with #620FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FE3; }
p { color: rgb(98,15,227); }
H1.HeaderClassName
{
color: #620FE3;
}
.AnyTagClassName
{
color: #620FE3;
}
</style>
background-color css
<style>
a { background-color: #620FE3; }
a { background-color: rgb(98,15,227); }
div.DivClassName
{
background-color: #620FE3;
}
.BgClassName
{
background-color: #620FE3;
}
</style>
border-color css
<style>
span { border-color: #620FE3; }
span { border-color: rgb(98,15,227); }
td.TdClassName
{
border-color: #620FE3;
}
.TagClassName
{
border-color: #620FE3;
}
</style>