Shades of Han Purple #5626EF
Tints of Han Purple #5626EF
RGB
CMYK
RGB Variations
Color information
#5626EF (or 0x5626EF) is known color: Han Purple. HEX triplet: 56, 26 and EF. RGB value is (86,38,239). Sum of RGB (Red+Green+Blue) = 86+38+239=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #5626EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5626EF is #A9D910. Grayscale: #4A4A4A. Windows color (decimal): -11131153 or 15672918. OLE color: 15672918.
HSL color Cylindrical-coordinate representation of color #5626EF: hue angle of 254.33º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5626EF is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 38 | 239 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.06 |
| HSL | 254.33º | 0.86% | 0.54% | - |
| HSV(B) | 254.33º | 0.84% | 0.94% | - |
| XYZ | 20.11 | 9.6 | 82.45 | - |
| YUV | 75.27 | 220.4 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 239 | 0.64 | 0.84 | 0 | 0.06 | 254.33 | 0.86 | 0.54 |
| Hex | 56 | 26 | EF | 40 | 54 | 0 | 6 | FE | 56 | 36 |
| Octal | 126 | 46 | 357 | 100 | 124 | 0 | 6 | 376 | 126 | 66 |
| Binary | 1010110 | 100110 | 11101111 | 1000000 | 1010100 | 0 | 110 | 11111110 | 1010110 | 110110 |
Color Harmonies of #5626EF
Complementary color
Monochromatic Colors of #5626EF
Black with #5626EF
Text Example
Text Example
White with #5626EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5626EF; }
p { color: rgb(86,38,239); }
H1.HeaderClassName
{
color: #5626EF;
}
.AnyTagClassName
{
color: #5626EF;
}
</style>
background-color css
<style>
a { background-color: #5626EF; }
a { background-color: rgb(86,38,239); }
div.DivClassName
{
background-color: #5626EF;
}
.BgClassName
{
background-color: #5626EF;
}
</style>
border-color css
<style>
span { border-color: #5626EF; }
span { border-color: rgb(86,38,239); }
td.TdClassName
{
border-color: #5626EF;
}
.TagClassName
{
border-color: #5626EF;
}
</style>