Shades of Han Purple #5613EE
Tints of Han Purple #5613EE
RGB
CMYK
RGB Variations
Color information
#5613EE (or 0x5613EE) is known color: Han Purple. HEX triplet: 56, 13 and EE. RGB value is (86,19,238). Sum of RGB (Red+Green+Blue) = 86+19+238=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #5613EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5613EE is #A9EC11. Grayscale: #3F3F3F. Windows color (decimal): -11136018 or 15602518. OLE color: 15602518.
HSL color Cylindrical-coordinate representation of color #5613EE: hue angle of 258.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5613EE is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 19 | 238 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.07 |
| HSL | 258.36º | 0.87% | 0.5% | - |
| HSV(B) | 258.36º | 0.92% | 0.93% | - |
| XYZ | 19.5 | 8.62 | 81.52 | - |
| YUV | 64 | 226.2 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 238 | 0.64 | 0.92 | 0 | 0.07 | 258.36 | 0.87 | 0.5 |
| Hex | 56 | 13 | EE | 40 | 5C | 0 | 7 | 102 | 57 | 32 |
| Octal | 126 | 23 | 356 | 100 | 134 | 0 | 7 | 402 | 127 | 62 |
| Binary | 1010110 | 10011 | 11101110 | 1000000 | 1011100 | 0 | 111 | 100000010 | 1010111 | 110010 |
Color Harmonies of #5613EE
Complementary color
Monochromatic Colors of #5613EE
Black with #5613EE
Text Example
Text Example
White with #5613EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613EE; }
p { color: rgb(86,19,238); }
H1.HeaderClassName
{
color: #5613EE;
}
.AnyTagClassName
{
color: #5613EE;
}
</style>
background-color css
<style>
a { background-color: #5613EE; }
a { background-color: rgb(86,19,238); }
div.DivClassName
{
background-color: #5613EE;
}
.BgClassName
{
background-color: #5613EE;
}
</style>
border-color css
<style>
span { border-color: #5613EE; }
span { border-color: rgb(86,19,238); }
td.TdClassName
{
border-color: #5613EE;
}
.TagClassName
{
border-color: #5613EE;
}
</style>