Shades of Han Purple #5631F7
Tints of Han Purple #5631F7
RGB
CMYK
RGB Variations
Color information
#5631F7 (or 0x5631F7) is known color: Han Purple. HEX triplet: 56, 31 and F7. RGB value is (86,49,247). Sum of RGB (Red+Green+Blue) = 86+49+247=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 247 (96.88% from 255 or 64.66% from 382); Max value from RGB is 247 - color contains mainly: blue. Hex color #5631F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5631F7 is #A9CE08. Grayscale: #515151. Windows color (decimal): -11128329 or 16200022. OLE color: 16200022.
HSL color Cylindrical-coordinate representation of color #5631F7: hue angle of 251.21º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5631F7 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 49 | 247 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.03 |
| HSL | 251.21º | 0.93% | 0.58% | - |
| HSV(B) | 251.21º | 0.8% | 0.97% | - |
| XYZ | 21.72 | 10.89 | 88.95 | - |
| YUV | 82.64 | 220.76 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 247 | 0.65 | 0.80 | 0 | 0.03 | 251.21 | 0.93 | 0.58 |
| Hex | 56 | 31 | F7 | 41 | 50 | 0 | 3 | FB | 5D | 3A |
| Octal | 126 | 61 | 367 | 101 | 120 | 0 | 3 | 373 | 135 | 72 |
| Binary | 1010110 | 110001 | 11110111 | 1000001 | 1010000 | 0 | 11 | 11111011 | 1011101 | 111010 |
Color Harmonies of #5631F7
Complementary color
Monochromatic Colors of #5631F7
Black with #5631F7
Text Example
Text Example
White with #5631F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5631F7; }
p { color: rgb(86,49,247); }
H1.HeaderClassName
{
color: #5631F7;
}
.AnyTagClassName
{
color: #5631F7;
}
</style>
background-color css
<style>
a { background-color: #5631F7; }
a { background-color: rgb(86,49,247); }
div.DivClassName
{
background-color: #5631F7;
}
.BgClassName
{
background-color: #5631F7;
}
</style>
border-color css
<style>
span { border-color: #5631F7; }
span { border-color: rgb(86,49,247); }
td.TdClassName
{
border-color: #5631F7;
}
.TagClassName
{
border-color: #5631F7;
}
</style>