Shades of Han Purple #4712DC
Tints of Han Purple #4712DC
RGB
CMYK
RGB Variations
Color information
#4712DC (or 0x4712DC) is known color: Han Purple. HEX triplet: 47, 12 and DC. RGB value is (71,18,220). Sum of RGB (Red+Green+Blue) = 71+18+220=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #4712DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4712DC is #B8ED23. Grayscale: #383838. Windows color (decimal): -12119332 or 14422599. OLE color: 14422599.
HSL color Cylindrical-coordinate representation of color #4712DC: hue angle of 255.74º 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 #4712DC is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 18 | 220 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.14 |
| HSL | 255.74º | 0.85% | 0.47% | - |
| HSV(B) | 255.74º | 0.92% | 0.86% | - |
| XYZ | 15.73 | 6.94 | 68.22 | - |
| YUV | 56.88 | 220.06 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 220 | 0.68 | 0.92 | 0 | 0.14 | 255.74 | 0.85 | 0.47 |
| Hex | 47 | 12 | DC | 44 | 5C | 0 | E | 100 | 55 | 2F |
| Octal | 107 | 22 | 334 | 104 | 134 | 0 | 16 | 400 | 125 | 57 |
| Binary | 1000111 | 10010 | 11011100 | 1000100 | 1011100 | 0 | 1110 | 100000000 | 1010101 | 101111 |
Color Harmonies of #4712DC
Complementary color
Monochromatic Colors of #4712DC
Black with #4712DC
Text Example
Text Example
White with #4712DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4712DC; }
p { color: rgb(71,18,220); }
H1.HeaderClassName
{
color: #4712DC;
}
.AnyTagClassName
{
color: #4712DC;
}
</style>
background-color css
<style>
a { background-color: #4712DC; }
a { background-color: rgb(71,18,220); }
div.DivClassName
{
background-color: #4712DC;
}
.BgClassName
{
background-color: #4712DC;
}
</style>
border-color css
<style>
span { border-color: #4712DC; }
span { border-color: rgb(71,18,220); }
td.TdClassName
{
border-color: #4712DC;
}
.TagClassName
{
border-color: #4712DC;
}
</style>