Shades of Han Purple #621FFD
Tints of Han Purple #621FFD
RGB
CMYK
RGB Variations
Color information
#621FFD (or 0x621FFD) is known color: Han Purple. HEX triplet: 62, 1F and FD. RGB value is (98,31,253). Sum of RGB (Red+Green+Blue) = 98+31+253=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #621FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621FFD is #9DE002. Grayscale: #4B4B4B. Windows color (decimal): -10346499 or 16588642. OLE color: 16588642.
HSL color Cylindrical-coordinate representation of color #621FFD: hue angle of 258.11º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621FFD is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 31 | 253 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.01 |
| HSL | 258.11º | 0.98% | 0.56% | - |
| HSV(B) | 258.11º | 0.88% | 0.99% | - |
| XYZ | 23.26 | 10.67 | 93.76 | - |
| YUV | 76.34 | 227.7 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 253 | 0.61 | 0.88 | 0 | 0.01 | 258.11 | 0.98 | 0.56 |
| Hex | 62 | 1F | FD | 3D | 58 | 0 | 1 | 102 | 62 | 38 |
| Octal | 142 | 37 | 375 | 75 | 130 | 0 | 1 | 402 | 142 | 70 |
| Binary | 1100010 | 11111 | 11111101 | 111101 | 1011000 | 0 | 1 | 100000010 | 1100010 | 111000 |
Color Harmonies of #621FFD
Complementary color
Monochromatic Colors of #621FFD
Black with #621FFD
Text Example
Text Example
White with #621FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621FFD; }
p { color: rgb(98,31,253); }
H1.HeaderClassName
{
color: #621FFD;
}
.AnyTagClassName
{
color: #621FFD;
}
</style>
background-color css
<style>
a { background-color: #621FFD; }
a { background-color: rgb(98,31,253); }
div.DivClassName
{
background-color: #621FFD;
}
.BgClassName
{
background-color: #621FFD;
}
</style>
border-color css
<style>
span { border-color: #621FFD; }
span { border-color: rgb(98,31,253); }
td.TdClassName
{
border-color: #621FFD;
}
.TagClassName
{
border-color: #621FFD;
}
</style>