Shades of Han Purple #622FFB
Tints of Han Purple #622FFB
RGB
CMYK
RGB Variations
Color information
#622FFB (or 0x622FFB) is known color: Han Purple. HEX triplet: 62, 2F and FB. RGB value is (98,47,251). Sum of RGB (Red+Green+Blue) = 98+47+251=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #622FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622FFB is #9DD004. Grayscale: #545454. Windows color (decimal): -10342405 or 16461666. OLE color: 16461666.
HSL color Cylindrical-coordinate representation of color #622FFB: hue angle of 255º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622FFB is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 47 | 251 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.02 |
| HSL | 255º | 0.96% | 0.58% | - |
| HSV(B) | 255º | 0.81% | 0.98% | - |
| XYZ | 23.47 | 11.59 | 92.27 | - |
| YUV | 85.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 251 | 0.61 | 0.81 | 0 | 0.02 | 255 | 0.96 | 0.58 |
| Hex | 62 | 2F | FB | 3D | 51 | 0 | 2 | FF | 60 | 3A |
| Octal | 142 | 57 | 373 | 75 | 121 | 0 | 2 | 377 | 140 | 72 |
| Binary | 1100010 | 101111 | 11111011 | 111101 | 1010001 | 0 | 10 | 11111111 | 1100000 | 111010 |
Color Harmonies of #622FFB
Complementary color
Monochromatic Colors of #622FFB
Black with #622FFB
Text Example
Text Example
White with #622FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622FFB; }
p { color: rgb(98,47,251); }
H1.HeaderClassName
{
color: #622FFB;
}
.AnyTagClassName
{
color: #622FFB;
}
</style>
background-color css
<style>
a { background-color: #622FFB; }
a { background-color: rgb(98,47,251); }
div.DivClassName
{
background-color: #622FFB;
}
.BgClassName
{
background-color: #622FFB;
}
</style>
border-color css
<style>
span { border-color: #622FFB; }
span { border-color: rgb(98,47,251); }
td.TdClassName
{
border-color: #622FFB;
}
.TagClassName
{
border-color: #622FFB;
}
</style>