Shades of Han Purple #5622FD
Tints of Han Purple #5622FD
RGB
CMYK
RGB Variations
Color information
#5622FD (or 0x5622FD) is known color: Han Purple. HEX triplet: 56, 22 and FD. RGB value is (86,34,253). Sum of RGB (Red+Green+Blue) = 86+34+253=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #5622FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5622FD is #A9DD02. Grayscale: #494949. Windows color (decimal): -11132163 or 16589398. OLE color: 16589398.
HSL color Cylindrical-coordinate representation of color #5622FD: hue angle of 254.25º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5622FD is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 34 | 253 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.01 |
| HSL | 254.25º | 0.98% | 0.56% | - |
| HSV(B) | 254.25º | 0.87% | 0.99% | - |
| XYZ | 22.14 | 10.21 | 93.73 | - |
| YUV | 74.51 | 228.73 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 253 | 0.66 | 0.87 | 0 | 0.01 | 254.25 | 0.98 | 0.56 |
| Hex | 56 | 22 | FD | 42 | 57 | 0 | 1 | FE | 62 | 38 |
| Octal | 126 | 42 | 375 | 102 | 127 | 0 | 1 | 376 | 142 | 70 |
| Binary | 1010110 | 100010 | 11111101 | 1000010 | 1010111 | 0 | 1 | 11111110 | 1100010 | 111000 |
Color Harmonies of #5622FD
Complementary color
Monochromatic Colors of #5622FD
Black with #5622FD
Text Example
Text Example
White with #5622FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5622FD; }
p { color: rgb(86,34,253); }
H1.HeaderClassName
{
color: #5622FD;
}
.AnyTagClassName
{
color: #5622FD;
}
</style>
background-color css
<style>
a { background-color: #5622FD; }
a { background-color: rgb(86,34,253); }
div.DivClassName
{
background-color: #5622FD;
}
.BgClassName
{
background-color: #5622FD;
}
</style>
border-color css
<style>
span { border-color: #5622FD; }
span { border-color: rgb(86,34,253); }
td.TdClassName
{
border-color: #5622FD;
}
.TagClassName
{
border-color: #5622FD;
}
</style>