Shades of Han Purple #5412DF
Tints of Han Purple #5412DF
RGB
CMYK
RGB Variations
Color information
#5412DF (or 0x5412DF) is known color: Han Purple. HEX triplet: 54, 12 and DF. RGB value is (84,18,223). Sum of RGB (Red+Green+Blue) = 84+18+223=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #5412DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5412DF is #ABED20. Grayscale: #3C3C3C. Windows color (decimal): -11267361 or 14619220. OLE color: 14619220.
HSL color Cylindrical-coordinate representation of color #5412DF: hue angle of 259.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5412DF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 18 | 223 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.13 |
| HSL | 259.32º | 0.85% | 0.47% | - |
| HSV(B) | 259.32º | 0.92% | 0.87% | - |
| XYZ | 17.19 | 7.65 | 70.38 | - |
| YUV | 61.1 | 219.37 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 223 | 0.62 | 0.92 | 0 | 0.13 | 259.32 | 0.85 | 0.47 |
| Hex | 54 | 12 | DF | 3E | 5C | 0 | D | 103 | 55 | 2F |
| Octal | 124 | 22 | 337 | 76 | 134 | 0 | 15 | 403 | 125 | 57 |
| Binary | 1010100 | 10010 | 11011111 | 111110 | 1011100 | 0 | 1101 | 100000011 | 1010101 | 101111 |
Color Harmonies of #5412DF
Complementary color
Monochromatic Colors of #5412DF
Black with #5412DF
Text Example
Text Example
White with #5412DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5412DF; }
p { color: rgb(84,18,223); }
H1.HeaderClassName
{
color: #5412DF;
}
.AnyTagClassName
{
color: #5412DF;
}
</style>
background-color css
<style>
a { background-color: #5412DF; }
a { background-color: rgb(84,18,223); }
div.DivClassName
{
background-color: #5412DF;
}
.BgClassName
{
background-color: #5412DF;
}
</style>
border-color css
<style>
span { border-color: #5412DF; }
span { border-color: rgb(84,18,223); }
td.TdClassName
{
border-color: #5412DF;
}
.TagClassName
{
border-color: #5412DF;
}
</style>