Shades of Han Purple #5814EB
Tints of Han Purple #5814EB
RGB
CMYK
RGB Variations
Color information
#5814EB (or 0x5814EB) is known color: Han Purple. HEX triplet: 58, 14 and EB. RGB value is (88,20,235). Sum of RGB (Red+Green+Blue) = 88+20+235=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #5814EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5814EB is #A7EB14. Grayscale: #404040. Windows color (decimal): -11004693 or 15406168. OLE color: 15406168.
HSL color Cylindrical-coordinate representation of color #5814EB: hue angle of 258.98º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5814EB is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 20 | 235 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.08 |
| HSL | 258.98º | 0.84% | 0.5% | - |
| HSV(B) | 258.98º | 0.91% | 0.92% | - |
| XYZ | 19.27 | 8.57 | 79.24 | - |
| YUV | 64.84 | 224.03 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 235 | 0.63 | 0.91 | 0 | 0.08 | 258.98 | 0.84 | 0.5 |
| Hex | 58 | 14 | EB | 3F | 5B | 0 | 8 | 103 | 54 | 32 |
| Octal | 130 | 24 | 353 | 77 | 133 | 0 | 10 | 403 | 124 | 62 |
| Binary | 1011000 | 10100 | 11101011 | 111111 | 1011011 | 0 | 1000 | 100000011 | 1010100 | 110010 |
Color Harmonies of #5814EB
Complementary color
Monochromatic Colors of #5814EB
Black with #5814EB
Text Example
Text Example
White with #5814EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5814EB; }
p { color: rgb(88,20,235); }
H1.HeaderClassName
{
color: #5814EB;
}
.AnyTagClassName
{
color: #5814EB;
}
</style>
background-color css
<style>
a { background-color: #5814EB; }
a { background-color: rgb(88,20,235); }
div.DivClassName
{
background-color: #5814EB;
}
.BgClassName
{
background-color: #5814EB;
}
</style>
border-color css
<style>
span { border-color: #5814EB; }
span { border-color: rgb(88,20,235); }
td.TdClassName
{
border-color: #5814EB;
}
.TagClassName
{
border-color: #5814EB;
}
</style>