Shades of Han Purple #622FF8
Tints of Han Purple #622FF8
RGB
CMYK
RGB Variations
Color information
#622FF8 (or 0x622FF8) is known color: Han Purple. HEX triplet: 62, 2F and F8. RGB value is (98,47,248). Sum of RGB (Red+Green+Blue) = 98+47+248=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #622FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622FF8 is #9DD007. Grayscale: #545454. Windows color (decimal): -10342408 or 16265058. OLE color: 16265058.
HSL color Cylindrical-coordinate representation of color #622FF8: hue angle of 255.22º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622FF8 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 47 | 248 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.03 |
| HSL | 255.22º | 0.93% | 0.58% | - |
| HSV(B) | 255.22º | 0.81% | 0.97% | - |
| XYZ | 23 | 11.41 | 89.8 | - |
| YUV | 85.16 | 219.9 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 248 | 0.60 | 0.81 | 0 | 0.03 | 255.22 | 0.93 | 0.58 |
| Hex | 62 | 2F | F8 | 3C | 51 | 0 | 3 | FF | 5D | 3A |
| Octal | 142 | 57 | 370 | 74 | 121 | 0 | 3 | 377 | 135 | 72 |
| Binary | 1100010 | 101111 | 11111000 | 111100 | 1010001 | 0 | 11 | 11111111 | 1011101 | 111010 |
Color Harmonies of #622FF8
Complementary color
Monochromatic Colors of #622FF8
Black with #622FF8
Text Example
Text Example
White with #622FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622FF8; }
p { color: rgb(98,47,248); }
H1.HeaderClassName
{
color: #622FF8;
}
.AnyTagClassName
{
color: #622FF8;
}
</style>
background-color css
<style>
a { background-color: #622FF8; }
a { background-color: rgb(98,47,248); }
div.DivClassName
{
background-color: #622FF8;
}
.BgClassName
{
background-color: #622FF8;
}
</style>
border-color css
<style>
span { border-color: #622FF8; }
span { border-color: rgb(98,47,248); }
td.TdClassName
{
border-color: #622FF8;
}
.TagClassName
{
border-color: #622FF8;
}
</style>