Shades of Han Purple #5412D7
Tints of Han Purple #5412D7
RGB
CMYK
RGB Variations
Color information
#5412D7 (or 0x5412D7) is known color: Han Purple. HEX triplet: 54, 12 and D7. RGB value is (84,18,215). Sum of RGB (Red+Green+Blue) = 84+18+215=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 215 (84.38% from 255 or 67.82% from 317); Max value from RGB is 215 - color contains mainly: blue. Hex color #5412D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5412D7 is #ABED28. Grayscale: #3B3B3B. Windows color (decimal): -11267369 or 14094932. OLE color: 14094932.
HSL color Cylindrical-coordinate representation of color #5412D7: hue angle of 260.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5412D7 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 18 | 215 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.16 |
| HSL | 260.1º | 0.85% | 0.46% | - |
| HSV(B) | 260.1º | 0.92% | 0.84% | - |
| XYZ | 16.14 | 7.22 | 64.83 | - |
| YUV | 60.19 | 215.37 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 215 | 0.61 | 0.92 | 0 | 0.16 | 260.1 | 0.85 | 0.46 |
| Hex | 54 | 12 | D7 | 3D | 5C | 0 | 10 | 104 | 55 | 2E |
| Octal | 124 | 22 | 327 | 75 | 134 | 0 | 20 | 404 | 125 | 56 |
| Binary | 1010100 | 10010 | 11010111 | 111101 | 1011100 | 0 | 10000 | 100000100 | 1010101 | 101110 |
Color Harmonies of #5412D7
Complementary color
Monochromatic Colors of #5412D7
Black with #5412D7
Text Example
Text Example
White with #5412D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5412D7; }
p { color: rgb(84,18,215); }
H1.HeaderClassName
{
color: #5412D7;
}
.AnyTagClassName
{
color: #5412D7;
}
</style>
background-color css
<style>
a { background-color: #5412D7; }
a { background-color: rgb(84,18,215); }
div.DivClassName
{
background-color: #5412D7;
}
.BgClassName
{
background-color: #5412D7;
}
</style>
border-color css
<style>
span { border-color: #5412D7; }
span { border-color: rgb(84,18,215); }
td.TdClassName
{
border-color: #5412D7;
}
.TagClassName
{
border-color: #5412D7;
}
</style>