Shades of Han Purple #5626EA
Tints of Han Purple #5626EA
RGB
CMYK
RGB Variations
Color information
#5626EA (or 0x5626EA) is known color: Han Purple. HEX triplet: 56, 26 and EA. RGB value is (86,38,234). Sum of RGB (Red+Green+Blue) = 86+38+234=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #5626EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5626EA is #A9D915. Grayscale: #494949. Windows color (decimal): -11131158 or 15345238. OLE color: 15345238.
HSL color Cylindrical-coordinate representation of color #5626EA: hue angle of 254.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5626EA is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 38 | 234 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.08 |
| HSL | 254.69º | 0.82% | 0.53% | - |
| HSV(B) | 254.69º | 0.84% | 0.92% | - |
| XYZ | 19.38 | 9.31 | 78.62 | - |
| YUV | 74.7 | 217.9 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 234 | 0.63 | 0.84 | 0 | 0.08 | 254.69 | 0.82 | 0.53 |
| Hex | 56 | 26 | EA | 3F | 54 | 0 | 8 | FF | 52 | 35 |
| Octal | 126 | 46 | 352 | 77 | 124 | 0 | 10 | 377 | 122 | 65 |
| Binary | 1010110 | 100110 | 11101010 | 111111 | 1010100 | 0 | 1000 | 11111111 | 1010010 | 110101 |
Color Harmonies of #5626EA
Complementary color
Monochromatic Colors of #5626EA
Black with #5626EA
Text Example
Text Example
White with #5626EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5626EA; }
p { color: rgb(86,38,234); }
H1.HeaderClassName
{
color: #5626EA;
}
.AnyTagClassName
{
color: #5626EA;
}
</style>
background-color css
<style>
a { background-color: #5626EA; }
a { background-color: rgb(86,38,234); }
div.DivClassName
{
background-color: #5626EA;
}
.BgClassName
{
background-color: #5626EA;
}
</style>
border-color css
<style>
span { border-color: #5626EA; }
span { border-color: rgb(86,38,234); }
td.TdClassName
{
border-color: #5626EA;
}
.TagClassName
{
border-color: #5626EA;
}
</style>