Shades of Han Purple #620FDC
Tints of Han Purple #620FDC
RGB
CMYK
RGB Variations
Color information
#620FDC (or 0x620FDC) is known color: Han Purple. HEX triplet: 62, 0F and DC. RGB value is (98,15,220). Sum of RGB (Red+Green+Blue) = 98+15+220=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #620FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FDC is #9DF023. Grayscale: #3E3E3E. Windows color (decimal): -10350628 or 14421858. OLE color: 14421858.
HSL color Cylindrical-coordinate representation of color #620FDC: hue angle of 264.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620FDC is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 15 | 220 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.14 |
| HSL | 264.29º | 0.87% | 0.46% | - |
| HSV(B) | 264.29º | 0.93% | 0.86% | - |
| XYZ | 18.13 | 8.11 | 68.32 | - |
| YUV | 63.19 | 216.5 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 220 | 0.55 | 0.93 | 0 | 0.14 | 264.29 | 0.87 | 0.46 |
| Hex | 62 | F | DC | 37 | 5D | 0 | E | 108 | 57 | 2E |
| Octal | 142 | 17 | 334 | 67 | 135 | 0 | 16 | 410 | 127 | 56 |
| Binary | 1100010 | 1111 | 11011100 | 110111 | 1011101 | 0 | 1110 | 100001000 | 1010111 | 101110 |
Color Harmonies of #620FDC
Complementary color
Monochromatic Colors of #620FDC
Black with #620FDC
Text Example
Text Example
White with #620FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FDC; }
p { color: rgb(98,15,220); }
H1.HeaderClassName
{
color: #620FDC;
}
.AnyTagClassName
{
color: #620FDC;
}
</style>
background-color css
<style>
a { background-color: #620FDC; }
a { background-color: rgb(98,15,220); }
div.DivClassName
{
background-color: #620FDC;
}
.BgClassName
{
background-color: #620FDC;
}
</style>
border-color css
<style>
span { border-color: #620FDC; }
span { border-color: rgb(98,15,220); }
td.TdClassName
{
border-color: #620FDC;
}
.TagClassName
{
border-color: #620FDC;
}
</style>