Shades of Han Purple #5514E4
Tints of Han Purple #5514E4
RGB
CMYK
RGB Variations
Color information
#5514E4 (or 0x5514E4) is known color: Han Purple. HEX triplet: 55, 14 and E4. RGB value is (85,20,228). Sum of RGB (Red+Green+Blue) = 85+20+228=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 228 (89.45% from 255 or 68.47% from 333); Max value from RGB is 228 - color contains mainly: blue. Hex color #5514E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514E4 is #AAEB1B. Grayscale: #3E3E3E. Windows color (decimal): -11201308 or 14947413. OLE color: 14947413.
HSL color Cylindrical-coordinate representation of color #5514E4: hue angle of 258.75º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5514E4 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 20 | 228 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.11 |
| HSL | 258.75º | 0.84% | 0.49% | - |
| HSV(B) | 258.75º | 0.91% | 0.89% | - |
| XYZ | 18 | 8.03 | 74 | - |
| YUV | 63.15 | 221.03 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 228 | 0.63 | 0.91 | 0 | 0.11 | 258.75 | 0.84 | 0.49 |
| Hex | 55 | 14 | E4 | 3F | 5B | 0 | B | 103 | 54 | 31 |
| Octal | 125 | 24 | 344 | 77 | 133 | 0 | 13 | 403 | 124 | 61 |
| Binary | 1010101 | 10100 | 11100100 | 111111 | 1011011 | 0 | 1011 | 100000011 | 1010100 | 110001 |
Color Harmonies of #5514E4
Complementary color
Monochromatic Colors of #5514E4
Black with #5514E4
Text Example
Text Example
White with #5514E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514E4; }
p { color: rgb(85,20,228); }
H1.HeaderClassName
{
color: #5514E4;
}
.AnyTagClassName
{
color: #5514E4;
}
</style>
background-color css
<style>
a { background-color: #5514E4; }
a { background-color: rgb(85,20,228); }
div.DivClassName
{
background-color: #5514E4;
}
.BgClassName
{
background-color: #5514E4;
}
</style>
border-color css
<style>
span { border-color: #5514E4; }
span { border-color: rgb(85,20,228); }
td.TdClassName
{
border-color: #5514E4;
}
.TagClassName
{
border-color: #5514E4;
}
</style>