Shades of Han Purple #470FDC
Tints of Han Purple #470FDC
RGB
CMYK
RGB Variations
Color information
#470FDC (or 0x470FDC) is known color: Han Purple. HEX triplet: 47, 0F and DC. RGB value is (71,15,220). Sum of RGB (Red+Green+Blue) = 71+15+220=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #470FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FDC is #B8F023. Grayscale: #363636. Windows color (decimal): -12120100 or 14421831. OLE color: 14421831.
HSL color Cylindrical-coordinate representation of color #470FDC: hue angle of 256.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470FDC is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 15 | 220 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.14 |
| HSL | 256.39º | 0.87% | 0.46% | - |
| HSV(B) | 256.39º | 0.93% | 0.86% | - |
| XYZ | 15.69 | 6.85 | 68.21 | - |
| YUV | 55.11 | 221.05 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 220 | 0.68 | 0.93 | 0 | 0.14 | 256.39 | 0.87 | 0.46 |
| Hex | 47 | F | DC | 44 | 5D | 0 | E | 100 | 57 | 2E |
| Octal | 107 | 17 | 334 | 104 | 135 | 0 | 16 | 400 | 127 | 56 |
| Binary | 1000111 | 1111 | 11011100 | 1000100 | 1011101 | 0 | 1110 | 100000000 | 1010111 | 101110 |
Color Harmonies of #470FDC
Complementary color
Monochromatic Colors of #470FDC
Black with #470FDC
Text Example
Text Example
White with #470FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470FDC; }
p { color: rgb(71,15,220); }
H1.HeaderClassName
{
color: #470FDC;
}
.AnyTagClassName
{
color: #470FDC;
}
</style>
background-color css
<style>
a { background-color: #470FDC; }
a { background-color: rgb(71,15,220); }
div.DivClassName
{
background-color: #470FDC;
}
.BgClassName
{
background-color: #470FDC;
}
</style>
border-color css
<style>
span { border-color: #470FDC; }
span { border-color: rgb(71,15,220); }
td.TdClassName
{
border-color: #470FDC;
}
.TagClassName
{
border-color: #470FDC;
}
</style>