Shades of Han Purple #5623EF
Tints of Han Purple #5623EF
RGB
CMYK
RGB Variations
Color information
#5623EF (or 0x5623EF) is known color: Han Purple. HEX triplet: 56, 23 and EF. RGB value is (86,35,239). Sum of RGB (Red+Green+Blue) = 86+35+239=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #5623EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5623EF is #A9DC10. Grayscale: #484848. Windows color (decimal): -11131921 or 15672150. OLE color: 15672150.
HSL color Cylindrical-coordinate representation of color #5623EF: hue angle of 255º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5623EF is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 35 | 239 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.06 |
| HSL | 255º | 0.86% | 0.54% | - |
| HSV(B) | 255º | 0.85% | 0.94% | - |
| XYZ | 20.02 | 9.41 | 82.42 | - |
| YUV | 73.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 239 | 0.64 | 0.85 | 0 | 0.06 | 255 | 0.86 | 0.54 |
| Hex | 56 | 23 | EF | 40 | 55 | 0 | 6 | FF | 56 | 36 |
| Octal | 126 | 43 | 357 | 100 | 125 | 0 | 6 | 377 | 126 | 66 |
| Binary | 1010110 | 100011 | 11101111 | 1000000 | 1010101 | 0 | 110 | 11111111 | 1010110 | 110110 |
Color Harmonies of #5623EF
Complementary color
Monochromatic Colors of #5623EF
Black with #5623EF
Text Example
Text Example
White with #5623EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5623EF; }
p { color: rgb(86,35,239); }
H1.HeaderClassName
{
color: #5623EF;
}
.AnyTagClassName
{
color: #5623EF;
}
</style>
background-color css
<style>
a { background-color: #5623EF; }
a { background-color: rgb(86,35,239); }
div.DivClassName
{
background-color: #5623EF;
}
.BgClassName
{
background-color: #5623EF;
}
</style>
border-color css
<style>
span { border-color: #5623EF; }
span { border-color: rgb(86,35,239); }
td.TdClassName
{
border-color: #5623EF;
}
.TagClassName
{
border-color: #5623EF;
}
</style>