Shades of Han Purple #622EFB
Tints of Han Purple #622EFB
RGB
CMYK
RGB Variations
Color information
#622EFB (or 0x622EFB) is known color: Han Purple. HEX triplet: 62, 2E and FB. RGB value is (98,46,251). Sum of RGB (Red+Green+Blue) = 98+46+251=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #622EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622EFB is #9DD104. Grayscale: #545454. Windows color (decimal): -10342661 or 16461410. OLE color: 16461410.
HSL color Cylindrical-coordinate representation of color #622EFB: hue angle of 255.22º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622EFB is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 46 | 251 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.02 |
| HSL | 255.22º | 0.96% | 0.58% | - |
| HSV(B) | 255.22º | 0.82% | 0.98% | - |
| XYZ | 23.43 | 11.52 | 92.25 | - |
| YUV | 84.92 | 221.73 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 251 | 0.61 | 0.82 | 0 | 0.02 | 255.22 | 0.96 | 0.58 |
| Hex | 62 | 2E | FB | 3D | 52 | 0 | 2 | FF | 60 | 3A |
| Octal | 142 | 56 | 373 | 75 | 122 | 0 | 2 | 377 | 140 | 72 |
| Binary | 1100010 | 101110 | 11111011 | 111101 | 1010010 | 0 | 10 | 11111111 | 1100000 | 111010 |
Color Harmonies of #622EFB
Complementary color
Monochromatic Colors of #622EFB
Black with #622EFB
Text Example
Text Example
White with #622EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622EFB; }
p { color: rgb(98,46,251); }
H1.HeaderClassName
{
color: #622EFB;
}
.AnyTagClassName
{
color: #622EFB;
}
</style>
background-color css
<style>
a { background-color: #622EFB; }
a { background-color: rgb(98,46,251); }
div.DivClassName
{
background-color: #622EFB;
}
.BgClassName
{
background-color: #622EFB;
}
</style>
border-color css
<style>
span { border-color: #622EFB; }
span { border-color: rgb(98,46,251); }
td.TdClassName
{
border-color: #622EFB;
}
.TagClassName
{
border-color: #622EFB;
}
</style>