Shades of Han Purple #5622FB
Tints of Han Purple #5622FB
RGB
CMYK
RGB Variations
Color information
#5622FB (or 0x5622FB) is known color: Han Purple. HEX triplet: 56, 22 and FB. RGB value is (86,34,251). Sum of RGB (Red+Green+Blue) = 86+34+251=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #5622FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5622FB is #A9DD04. Grayscale: #494949. Windows color (decimal): -11132165 or 16458326. OLE color: 16458326.
HSL color Cylindrical-coordinate representation of color #5622FB: hue angle of 254.38º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5622FB is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 34 | 251 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.02 |
| HSL | 254.38º | 0.96% | 0.56% | - |
| HSV(B) | 254.38º | 0.86% | 0.98% | - |
| XYZ | 21.82 | 10.09 | 92.06 | - |
| YUV | 74.29 | 227.73 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 251 | 0.66 | 0.86 | 0 | 0.02 | 254.38 | 0.96 | 0.56 |
| Hex | 56 | 22 | FB | 42 | 56 | 0 | 2 | FE | 60 | 38 |
| Octal | 126 | 42 | 373 | 102 | 126 | 0 | 2 | 376 | 140 | 70 |
| Binary | 1010110 | 100010 | 11111011 | 1000010 | 1010110 | 0 | 10 | 11111110 | 1100000 | 111000 |
Color Harmonies of #5622FB
Complementary color
Monochromatic Colors of #5622FB
Black with #5622FB
Text Example
Text Example
White with #5622FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5622FB; }
p { color: rgb(86,34,251); }
H1.HeaderClassName
{
color: #5622FB;
}
.AnyTagClassName
{
color: #5622FB;
}
</style>
background-color css
<style>
a { background-color: #5622FB; }
a { background-color: rgb(86,34,251); }
div.DivClassName
{
background-color: #5622FB;
}
.BgClassName
{
background-color: #5622FB;
}
</style>
border-color css
<style>
span { border-color: #5622FB; }
span { border-color: rgb(86,34,251); }
td.TdClassName
{
border-color: #5622FB;
}
.TagClassName
{
border-color: #5622FB;
}
</style>