Shades of Han Purple #5401DD
Tints of Han Purple #5401DD
RGB
CMYK
RGB Variations
Color information
#5401DD (or 0x5401DD) is known color: Han Purple. HEX triplet: 54, 01 and DD. RGB value is (84,1,221). Sum of RGB (Red+Green+Blue) = 84+1+221=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #5401DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5401DD is #ABFE22. Grayscale: #323232. Windows color (decimal): -11271715 or 14483796. OLE color: 14483796.
HSL color Cylindrical-coordinate representation of color #5401DD: hue angle of 262.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5401DD is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 1 | 221 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.13 |
| HSL | 262.64º | 0.99% | 0.44% | - |
| HSV(B) | 262.64º | 1% | 0.87% | - |
| XYZ | 16.72 | 7.13 | 68.9 | - |
| YUV | 50.9 | 224 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 221 | 0.62 | 1.00 | 0 | 0.13 | 262.64 | 0.99 | 0.44 |
| Hex | 54 | 1 | DD | 3E | 64 | 0 | D | 107 | 63 | 2C |
| Octal | 124 | 1 | 335 | 76 | 144 | 0 | 15 | 407 | 143 | 54 |
| Binary | 1010100 | 1 | 11011101 | 111110 | 1100100 | 0 | 1101 | 100000111 | 1100011 | 101100 |
Color Harmonies of #5401DD
Complementary color
Monochromatic Colors of #5401DD
Black with #5401DD
Text Example
Text Example
White with #5401DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5401DD; }
p { color: rgb(84,1,221); }
H1.HeaderClassName
{
color: #5401DD;
}
.AnyTagClassName
{
color: #5401DD;
}
</style>
background-color css
<style>
a { background-color: #5401DD; }
a { background-color: rgb(84,1,221); }
div.DivClassName
{
background-color: #5401DD;
}
.BgClassName
{
background-color: #5401DD;
}
</style>
border-color css
<style>
span { border-color: #5401DD; }
span { border-color: rgb(84,1,221); }
td.TdClassName
{
border-color: #5401DD;
}
.TagClassName
{
border-color: #5401DD;
}
</style>