Shades of Han Purple #4812DC
Tints of Han Purple #4812DC
RGB
CMYK
RGB Variations
Color information
#4812DC (or 0x4812DC) is known color: Han Purple. HEX triplet: 48, 12 and DC. RGB value is (72,18,220). Sum of RGB (Red+Green+Blue) = 72+18+220=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #4812DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812DC is #B7ED23. Grayscale: #383838. Windows color (decimal): -12053796 or 14422600. OLE color: 14422600.
HSL color Cylindrical-coordinate representation of color #4812DC: hue angle of 256.04º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4812DC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 18 | 220 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.14 |
| HSL | 256.04º | 0.85% | 0.47% | - |
| HSV(B) | 256.04º | 0.92% | 0.86% | - |
| XYZ | 15.81 | 6.98 | 68.22 | - |
| YUV | 57.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 220 | 0.67 | 0.92 | 0 | 0.14 | 256.04 | 0.85 | 0.47 |
| Hex | 48 | 12 | DC | 43 | 5C | 0 | E | 100 | 55 | 2F |
| Octal | 110 | 22 | 334 | 103 | 134 | 0 | 16 | 400 | 125 | 57 |
| Binary | 1001000 | 10010 | 11011100 | 1000011 | 1011100 | 0 | 1110 | 100000000 | 1010101 | 101111 |
Color Harmonies of #4812DC
Complementary color
Monochromatic Colors of #4812DC
Black with #4812DC
Text Example
Text Example
White with #4812DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4812DC; }
p { color: rgb(72,18,220); }
H1.HeaderClassName
{
color: #4812DC;
}
.AnyTagClassName
{
color: #4812DC;
}
</style>
background-color css
<style>
a { background-color: #4812DC; }
a { background-color: rgb(72,18,220); }
div.DivClassName
{
background-color: #4812DC;
}
.BgClassName
{
background-color: #4812DC;
}
</style>
border-color css
<style>
span { border-color: #4812DC; }
span { border-color: rgb(72,18,220); }
td.TdClassName
{
border-color: #4812DC;
}
.TagClassName
{
border-color: #4812DC;
}
</style>