Shades of Han Purple #5630EA
Tints of Han Purple #5630EA
RGB
CMYK
RGB Variations
Color information
#5630EA (or 0x5630EA) is known color: Han Purple. HEX triplet: 56, 30 and EA. RGB value is (86,48,234). Sum of RGB (Red+Green+Blue) = 86+48+234=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #5630EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5630EA is #A9CF15. Grayscale: #4F4F4F. Windows color (decimal): -11128598 or 15347798. OLE color: 15347798.
HSL color Cylindrical-coordinate representation of color #5630EA: hue angle of 252.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5630EA is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 48 | 234 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.08 |
| HSL | 252.26º | 0.82% | 0.55% | - |
| HSV(B) | 252.26º | 0.79% | 0.92% | - |
| XYZ | 19.75 | 10.03 | 78.74 | - |
| YUV | 80.57 | 214.59 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 234 | 0.63 | 0.79 | 0 | 0.08 | 252.26 | 0.82 | 0.55 |
| Hex | 56 | 30 | EA | 3F | 4F | 0 | 8 | FC | 52 | 37 |
| Octal | 126 | 60 | 352 | 77 | 117 | 0 | 10 | 374 | 122 | 67 |
| Binary | 1010110 | 110000 | 11101010 | 111111 | 1001111 | 0 | 1000 | 11111100 | 1010010 | 110111 |
Color Harmonies of #5630EA
Complementary color
Monochromatic Colors of #5630EA
Black with #5630EA
Text Example
Text Example
White with #5630EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5630EA; }
p { color: rgb(86,48,234); }
H1.HeaderClassName
{
color: #5630EA;
}
.AnyTagClassName
{
color: #5630EA;
}
</style>
background-color css
<style>
a { background-color: #5630EA; }
a { background-color: rgb(86,48,234); }
div.DivClassName
{
background-color: #5630EA;
}
.BgClassName
{
background-color: #5630EA;
}
</style>
border-color css
<style>
span { border-color: #5630EA; }
span { border-color: rgb(86,48,234); }
td.TdClassName
{
border-color: #5630EA;
}
.TagClassName
{
border-color: #5630EA;
}
</style>