Shades of Han Purple #5630EE
Tints of Han Purple #5630EE
RGB
CMYK
RGB Variations
Color information
#5630EE (or 0x5630EE) is known color: Han Purple. HEX triplet: 56, 30 and EE. RGB value is (86,48,238). Sum of RGB (Red+Green+Blue) = 86+48+238=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #5630EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5630EE is #A9CF11. Grayscale: #505050. Windows color (decimal): -11128594 or 15609942. OLE color: 15609942.
HSL color Cylindrical-coordinate representation of color #5630EE: hue angle of 252º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5630EE is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 48 | 238 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.07 |
| HSL | 252º | 0.85% | 0.56% | - |
| HSV(B) | 252º | 0.8% | 0.93% | - |
| XYZ | 20.33 | 10.27 | 81.8 | - |
| YUV | 81.02 | 216.59 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 238 | 0.64 | 0.80 | 0 | 0.07 | 252 | 0.85 | 0.56 |
| Hex | 56 | 30 | EE | 40 | 50 | 0 | 7 | FC | 55 | 38 |
| Octal | 126 | 60 | 356 | 100 | 120 | 0 | 7 | 374 | 125 | 70 |
| Binary | 1010110 | 110000 | 11101110 | 1000000 | 1010000 | 0 | 111 | 11111100 | 1010101 | 111000 |
Color Harmonies of #5630EE
Complementary color
Monochromatic Colors of #5630EE
Black with #5630EE
Text Example
Text Example
White with #5630EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5630EE; }
p { color: rgb(86,48,238); }
H1.HeaderClassName
{
color: #5630EE;
}
.AnyTagClassName
{
color: #5630EE;
}
</style>
background-color css
<style>
a { background-color: #5630EE; }
a { background-color: rgb(86,48,238); }
div.DivClassName
{
background-color: #5630EE;
}
.BgClassName
{
background-color: #5630EE;
}
</style>
border-color css
<style>
span { border-color: #5630EE; }
span { border-color: rgb(86,48,238); }
td.TdClassName
{
border-color: #5630EE;
}
.TagClassName
{
border-color: #5630EE;
}
</style>