Shades of Han Purple #472CD8
Tints of Han Purple #472CD8
RGB
CMYK
RGB Variations
Color information
#472CD8 (or 0x472CD8) is known color: Han Purple. HEX triplet: 47, 2C and D8. RGB value is (71,44,216). Sum of RGB (Red+Green+Blue) = 71+44+216=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 216 (84.77% from 255 or 65.26% from 331); Max value from RGB is 216 - color contains mainly: blue. Hex color #472CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CD8 is #B8D327. Grayscale: #474747. Windows color (decimal): -12112680 or 14167111. OLE color: 14167111.
HSL color Cylindrical-coordinate representation of color #472CD8: hue angle of 249.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472CD8 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 44 | 216 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.15 |
| HSL | 249.42º | 0.69% | 0.51% | - |
| HSV(B) | 249.42º | 0.8% | 0.85% | - |
| XYZ | 15.89 | 8.1 | 65.69 | - |
| YUV | 71.68 | 209.45 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 216 | 0.67 | 0.80 | 0 | 0.15 | 249.42 | 0.69 | 0.51 |
| Hex | 47 | 2C | D8 | 43 | 50 | 0 | F | F9 | 45 | 33 |
| Octal | 107 | 54 | 330 | 103 | 120 | 0 | 17 | 371 | 105 | 63 |
| Binary | 1000111 | 101100 | 11011000 | 1000011 | 1010000 | 0 | 1111 | 11111001 | 1000101 | 110011 |
Color Harmonies of #472CD8
Complementary color
Monochromatic Colors of #472CD8
Black with #472CD8
Text Example
Text Example
White with #472CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CD8; }
p { color: rgb(71,44,216); }
H1.HeaderClassName
{
color: #472CD8;
}
.AnyTagClassName
{
color: #472CD8;
}
</style>
background-color css
<style>
a { background-color: #472CD8; }
a { background-color: rgb(71,44,216); }
div.DivClassName
{
background-color: #472CD8;
}
.BgClassName
{
background-color: #472CD8;
}
</style>
border-color css
<style>
span { border-color: #472CD8; }
span { border-color: rgb(71,44,216); }
td.TdClassName
{
border-color: #472CD8;
}
.TagClassName
{
border-color: #472CD8;
}
</style>