Shades of Han Purple #472BDF
Tints of Han Purple #472BDF
RGB
CMYK
RGB Variations
Color information
#472BDF (or 0x472BDF) is known color: Han Purple. HEX triplet: 47, 2B and DF. RGB value is (71,43,223). Sum of RGB (Red+Green+Blue) = 71+43+223=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #472BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BDF is #B8D420. Grayscale: #474747. Windows color (decimal): -12112929 or 14625607. OLE color: 14625607.
HSL color Cylindrical-coordinate representation of color #472BDF: hue angle of 249.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472BDF is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 43 | 223 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.13 |
| HSL | 249.33º | 0.74% | 0.52% | - |
| HSV(B) | 249.33º | 0.81% | 0.87% | - |
| XYZ | 16.78 | 8.4 | 70.55 | - |
| YUV | 71.89 | 213.28 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 223 | 0.68 | 0.81 | 0 | 0.13 | 249.33 | 0.74 | 0.52 |
| Hex | 47 | 2B | DF | 44 | 51 | 0 | D | F9 | 4A | 34 |
| Octal | 107 | 53 | 337 | 104 | 121 | 0 | 15 | 371 | 112 | 64 |
| Binary | 1000111 | 101011 | 11011111 | 1000100 | 1010001 | 0 | 1101 | 11111001 | 1001010 | 110100 |
Color Harmonies of #472BDF
Complementary color
Monochromatic Colors of #472BDF
Black with #472BDF
Text Example
Text Example
White with #472BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BDF; }
p { color: rgb(71,43,223); }
H1.HeaderClassName
{
color: #472BDF;
}
.AnyTagClassName
{
color: #472BDF;
}
</style>
background-color css
<style>
a { background-color: #472BDF; }
a { background-color: rgb(71,43,223); }
div.DivClassName
{
background-color: #472BDF;
}
.BgClassName
{
background-color: #472BDF;
}
</style>
border-color css
<style>
span { border-color: #472BDF; }
span { border-color: rgb(71,43,223); }
td.TdClassName
{
border-color: #472BDF;
}
.TagClassName
{
border-color: #472BDF;
}
</style>