Shades of Han Purple #5631FF
Tints of Han Purple #5631FF
RGB
CMYK
RGB Variations
Color information
#5631FF (or 0x5631FF) is known color: Han Purple. HEX triplet: 56, 31 and FF. RGB value is (86,49,255). Sum of RGB (Red+Green+Blue) = 86+49+255=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #5631FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5631FF is #A9CE00. Grayscale: #525252. Windows color (decimal): -11128321 or 16724310. OLE color: 16724310.
HSL color Cylindrical-coordinate representation of color #5631FF: hue angle of 250.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5631FF is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 49 | 255 | - |
| CMYK | 0.66 | 0.81 | 0 | 0 |
| HSL | 250.78º | 1% | 0.6% | - |
| HSV(B) | 250.78º | 0.81% | 1% | - |
| XYZ | 22.99 | 11.4 | 95.6 | - |
| YUV | 83.55 | 224.76 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 255 | 0.66 | 0.81 | 0 | 0 | 250.78 | 1 | 0.6 |
| Hex | 56 | 31 | FF | 42 | 51 | 0 | 0 | FB | 64 | 3C |
| Octal | 126 | 61 | 377 | 102 | 121 | 0 | 0 | 373 | 144 | 74 |
| Binary | 1010110 | 110001 | 11111111 | 1000010 | 1010001 | 0 | 0 | 11111011 | 1100100 | 111100 |
Color Harmonies of #5631FF
Complementary color
Monochromatic Colors of #5631FF
Black with #5631FF
Text Example
Text Example
White with #5631FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5631FF; }
p { color: rgb(86,49,255); }
H1.HeaderClassName
{
color: #5631FF;
}
.AnyTagClassName
{
color: #5631FF;
}
</style>
background-color css
<style>
a { background-color: #5631FF; }
a { background-color: rgb(86,49,255); }
div.DivClassName
{
background-color: #5631FF;
}
.BgClassName
{
background-color: #5631FF;
}
</style>
border-color css
<style>
span { border-color: #5631FF; }
span { border-color: rgb(86,49,255); }
td.TdClassName
{
border-color: #5631FF;
}
.TagClassName
{
border-color: #5631FF;
}
</style>