Shades of Han Purple #5401DC
Tints of Han Purple #5401DC
RGB
CMYK
RGB Variations
Color information
#5401DC (or 0x5401DC) is known color: Han Purple. HEX triplet: 54, 01 and DC. RGB value is (84,1,220). Sum of RGB (Red+Green+Blue) = 84+1+220=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #5401DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5401DC is #ABFE23. Grayscale: #313131. Windows color (decimal): -11271716 or 14418260. OLE color: 14418260.
HSL color Cylindrical-coordinate representation of color #5401DC: hue angle of 262.74º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5401DC is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 1 | 220 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.14 |
| HSL | 262.74º | 0.99% | 0.43% | - |
| HSV(B) | 262.74º | 1% | 0.86% | - |
| XYZ | 16.59 | 7.07 | 68.2 | - |
| YUV | 50.78 | 223.5 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 220 | 0.62 | 1.00 | 0 | 0.14 | 262.74 | 0.99 | 0.43 |
| Hex | 54 | 1 | DC | 3E | 64 | 0 | E | 107 | 63 | 2B |
| Octal | 124 | 1 | 334 | 76 | 144 | 0 | 16 | 407 | 143 | 53 |
| Binary | 1010100 | 1 | 11011100 | 111110 | 1100100 | 0 | 1110 | 100000111 | 1100011 | 101011 |
Color Harmonies of #5401DC
Complementary color
Monochromatic Colors of #5401DC
Black with #5401DC
Text Example
Text Example
White with #5401DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5401DC; }
p { color: rgb(84,1,220); }
H1.HeaderClassName
{
color: #5401DC;
}
.AnyTagClassName
{
color: #5401DC;
}
</style>
background-color css
<style>
a { background-color: #5401DC; }
a { background-color: rgb(84,1,220); }
div.DivClassName
{
background-color: #5401DC;
}
.BgClassName
{
background-color: #5401DC;
}
</style>
border-color css
<style>
span { border-color: #5401DC; }
span { border-color: rgb(84,1,220); }
td.TdClassName
{
border-color: #5401DC;
}
.TagClassName
{
border-color: #5401DC;
}
</style>