Shades of Han Purple #5626E8
Tints of Han Purple #5626E8
RGB
CMYK
RGB Variations
Color information
#5626E8 (or 0x5626E8) is known color: Han Purple. HEX triplet: 56, 26 and E8. RGB value is (86,38,232). Sum of RGB (Red+Green+Blue) = 86+38+232=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #5626E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5626E8 is #A9D917. Grayscale: #494949. Windows color (decimal): -11131160 or 15214166. OLE color: 15214166.
HSL color Cylindrical-coordinate representation of color #5626E8: hue angle of 254.85º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5626E8 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 38 | 232 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.09 |
| HSL | 254.85º | 0.81% | 0.53% | - |
| HSV(B) | 254.85º | 0.84% | 0.91% | - |
| XYZ | 19.1 | 9.19 | 77.11 | - |
| YUV | 74.47 | 216.9 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 232 | 0.63 | 0.84 | 0 | 0.09 | 254.85 | 0.81 | 0.53 |
| Hex | 56 | 26 | E8 | 3F | 54 | 0 | 9 | FF | 51 | 35 |
| Octal | 126 | 46 | 350 | 77 | 124 | 0 | 11 | 377 | 121 | 65 |
| Binary | 1010110 | 100110 | 11101000 | 111111 | 1010100 | 0 | 1001 | 11111111 | 1010001 | 110101 |
Color Harmonies of #5626E8
Complementary color
Monochromatic Colors of #5626E8
Black with #5626E8
Text Example
Text Example
White with #5626E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5626E8; }
p { color: rgb(86,38,232); }
H1.HeaderClassName
{
color: #5626E8;
}
.AnyTagClassName
{
color: #5626E8;
}
</style>
background-color css
<style>
a { background-color: #5626E8; }
a { background-color: rgb(86,38,232); }
div.DivClassName
{
background-color: #5626E8;
}
.BgClassName
{
background-color: #5626E8;
}
</style>
border-color css
<style>
span { border-color: #5626E8; }
span { border-color: rgb(86,38,232); }
td.TdClassName
{
border-color: #5626E8;
}
.TagClassName
{
border-color: #5626E8;
}
</style>