Shades of Han Purple #5404D1
Tints of Han Purple #5404D1
RGB
CMYK
RGB Variations
Color information
#5404D1 (or 0x5404D1) is known color: Han Purple. HEX triplet: 54, 04 and D1. RGB value is (84,4,209). Sum of RGB (Red+Green+Blue) = 84+4+209=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 209 (82.03% from 255 or 70.37% from 297); Max value from RGB is 209 - color contains mainly: blue. Hex color #5404D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404D1 is #ABFB2E. Grayscale: #323232. Windows color (decimal): -11270959 or 13698132. OLE color: 13698132.
HSL color Cylindrical-coordinate representation of color #5404D1: hue angle of 263.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404D1 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 4 | 209 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.18 |
| HSL | 263.41º | 0.96% | 0.42% | - |
| HSV(B) | 263.41º | 0.98% | 0.82% | - |
| XYZ | 15.21 | 6.58 | 60.79 | - |
| YUV | 51.29 | 217 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 209 | 0.60 | 0.98 | 0 | 0.18 | 263.41 | 0.96 | 0.42 |
| Hex | 54 | 4 | D1 | 3C | 62 | 0 | 12 | 107 | 60 | 2A |
| Octal | 124 | 4 | 321 | 74 | 142 | 0 | 22 | 407 | 140 | 52 |
| Binary | 1010100 | 100 | 11010001 | 111100 | 1100010 | 0 | 10010 | 100000111 | 1100000 | 101010 |
Color Harmonies of #5404D1
Complementary color
Monochromatic Colors of #5404D1
Black with #5404D1
Text Example
Text Example
White with #5404D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404D1; }
p { color: rgb(84,4,209); }
H1.HeaderClassName
{
color: #5404D1;
}
.AnyTagClassName
{
color: #5404D1;
}
</style>
background-color css
<style>
a { background-color: #5404D1; }
a { background-color: rgb(84,4,209); }
div.DivClassName
{
background-color: #5404D1;
}
.BgClassName
{
background-color: #5404D1;
}
</style>
border-color css
<style>
span { border-color: #5404D1; }
span { border-color: rgb(84,4,209); }
td.TdClassName
{
border-color: #5404D1;
}
.TagClassName
{
border-color: #5404D1;
}
</style>