Shades of Han Purple #470DDD
Tints of Han Purple #470DDD
RGB
CMYK
RGB Variations
Color information
#470DDD (or 0x470DDD) is known color: Han Purple. HEX triplet: 47, 0D and DD. RGB value is (71,13,221). Sum of RGB (Red+Green+Blue) = 71+13+221=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #470DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DDD is #B8F222. Grayscale: #353535. Windows color (decimal): -12120611 or 14486855. OLE color: 14486855.
HSL color Cylindrical-coordinate representation of color #470DDD: hue angle of 256.73º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470DDD is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 13 | 221 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.13 |
| HSL | 256.73º | 0.89% | 0.46% | - |
| HSV(B) | 256.73º | 0.94% | 0.87% | - |
| XYZ | 15.79 | 6.85 | 68.9 | - |
| YUV | 54.05 | 222.22 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 221 | 0.68 | 0.94 | 0 | 0.13 | 256.73 | 0.89 | 0.46 |
| Hex | 47 | D | DD | 44 | 5E | 0 | D | 101 | 59 | 2E |
| Octal | 107 | 15 | 335 | 104 | 136 | 0 | 15 | 401 | 131 | 56 |
| Binary | 1000111 | 1101 | 11011101 | 1000100 | 1011110 | 0 | 1101 | 100000001 | 1011001 | 101110 |
Color Harmonies of #470DDD
Complementary color
Monochromatic Colors of #470DDD
Black with #470DDD
Text Example
Text Example
White with #470DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470DDD; }
p { color: rgb(71,13,221); }
H1.HeaderClassName
{
color: #470DDD;
}
.AnyTagClassName
{
color: #470DDD;
}
</style>
background-color css
<style>
a { background-color: #470DDD; }
a { background-color: rgb(71,13,221); }
div.DivClassName
{
background-color: #470DDD;
}
.BgClassName
{
background-color: #470DDD;
}
</style>
border-color css
<style>
span { border-color: #470DDD; }
span { border-color: rgb(71,13,221); }
td.TdClassName
{
border-color: #470DDD;
}
.TagClassName
{
border-color: #470DDD;
}
</style>