Shades of Han Purple #470CDF
Tints of Han Purple #470CDF
RGB
CMYK
RGB Variations
Color information
#470CDF (or 0x470CDF) is known color: Han Purple. HEX triplet: 47, 0C and DF. RGB value is (71,12,223). Sum of RGB (Red+Green+Blue) = 71+12+223=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #470CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CDF is #B8F320. Grayscale: #343434. Windows color (decimal): -12120865 or 14617671. OLE color: 14617671.
HSL color Cylindrical-coordinate representation of color #470CDF: hue angle of 256.78º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470CDF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 12 | 223 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.13 |
| HSL | 256.78º | 0.9% | 0.46% | - |
| HSV(B) | 256.78º | 0.95% | 0.87% | - |
| XYZ | 16.05 | 6.93 | 70.3 | - |
| YUV | 53.7 | 223.55 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 223 | 0.68 | 0.95 | 0 | 0.13 | 256.78 | 0.9 | 0.46 |
| Hex | 47 | C | DF | 44 | 5F | 0 | D | 101 | 5A | 2E |
| Octal | 107 | 14 | 337 | 104 | 137 | 0 | 15 | 401 | 132 | 56 |
| Binary | 1000111 | 1100 | 11011111 | 1000100 | 1011111 | 0 | 1101 | 100000001 | 1011010 | 101110 |
Color Harmonies of #470CDF
Complementary color
Monochromatic Colors of #470CDF
Black with #470CDF
Text Example
Text Example
White with #470CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470CDF; }
p { color: rgb(71,12,223); }
H1.HeaderClassName
{
color: #470CDF;
}
.AnyTagClassName
{
color: #470CDF;
}
</style>
background-color css
<style>
a { background-color: #470CDF; }
a { background-color: rgb(71,12,223); }
div.DivClassName
{
background-color: #470CDF;
}
.BgClassName
{
background-color: #470CDF;
}
</style>
border-color css
<style>
span { border-color: #470CDF; }
span { border-color: rgb(71,12,223); }
td.TdClassName
{
border-color: #470CDF;
}
.TagClassName
{
border-color: #470CDF;
}
</style>