Shades of Han Purple #5314EB
Tints of Han Purple #5314EB
RGB
CMYK
RGB Variations
Color information
#5314EB (or 0x5314EB) is known color: Han Purple. HEX triplet: 53, 14 and EB. RGB value is (83,20,235). Sum of RGB (Red+Green+Blue) = 83+20+235=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #5314EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5314EB is #ACEB14. Grayscale: #3E3E3E. Windows color (decimal): -11332373 or 15406163. OLE color: 15406163.
HSL color Cylindrical-coordinate representation of color #5314EB: hue angle of 257.58º 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 #5314EB is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 20 | 235 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.08 |
| HSL | 257.58º | 0.84% | 0.5% | - |
| HSV(B) | 257.58º | 0.91% | 0.92% | - |
| XYZ | 18.81 | 8.34 | 79.22 | - |
| YUV | 63.35 | 224.87 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 235 | 0.65 | 0.91 | 0 | 0.08 | 257.58 | 0.84 | 0.5 |
| Hex | 53 | 14 | EB | 41 | 5B | 0 | 8 | 102 | 54 | 32 |
| Octal | 123 | 24 | 353 | 101 | 133 | 0 | 10 | 402 | 124 | 62 |
| Binary | 1010011 | 10100 | 11101011 | 1000001 | 1011011 | 0 | 1000 | 100000010 | 1010100 | 110010 |
Color Harmonies of #5314EB
Complementary color
Monochromatic Colors of #5314EB
Black with #5314EB
Text Example
Text Example
White with #5314EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5314EB; }
p { color: rgb(83,20,235); }
H1.HeaderClassName
{
color: #5314EB;
}
.AnyTagClassName
{
color: #5314EB;
}
</style>
background-color css
<style>
a { background-color: #5314EB; }
a { background-color: rgb(83,20,235); }
div.DivClassName
{
background-color: #5314EB;
}
.BgClassName
{
background-color: #5314EB;
}
</style>
border-color css
<style>
span { border-color: #5314EB; }
span { border-color: rgb(83,20,235); }
td.TdClassName
{
border-color: #5314EB;
}
.TagClassName
{
border-color: #5314EB;
}
</style>