Shades of Han Purple #472CE3
Tints of Han Purple #472CE3
RGB
CMYK
RGB Variations
Color information
#472CE3 (or 0x472CE3) is known color: Han Purple. HEX triplet: 47, 2C and E3. RGB value is (71,44,227). Sum of RGB (Red+Green+Blue) = 71+44+227=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 227 (89.06% from 255 or 66.37% from 342); Max value from RGB is 227 - color contains mainly: blue. Hex color #472CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CE3 is #B8D31C. Grayscale: #484848. Windows color (decimal): -12112669 or 14888007. OLE color: 14888007.
HSL color Cylindrical-coordinate representation of color #472CE3: hue angle of 248.85º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472CE3 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 44 | 227 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.11 |
| HSL | 248.85º | 0.77% | 0.53% | - |
| HSV(B) | 248.85º | 0.81% | 0.89% | - |
| XYZ | 17.36 | 8.69 | 73.43 | - |
| YUV | 72.94 | 214.95 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 227 | 0.69 | 0.81 | 0 | 0.11 | 248.85 | 0.77 | 0.53 |
| Hex | 47 | 2C | E3 | 45 | 51 | 0 | B | F9 | 4D | 35 |
| Octal | 107 | 54 | 343 | 105 | 121 | 0 | 13 | 371 | 115 | 65 |
| Binary | 1000111 | 101100 | 11100011 | 1000101 | 1010001 | 0 | 1011 | 11111001 | 1001101 | 110101 |
Color Harmonies of #472CE3
Complementary color
Monochromatic Colors of #472CE3
Black with #472CE3
Text Example
Text Example
White with #472CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CE3; }
p { color: rgb(71,44,227); }
H1.HeaderClassName
{
color: #472CE3;
}
.AnyTagClassName
{
color: #472CE3;
}
</style>
background-color css
<style>
a { background-color: #472CE3; }
a { background-color: rgb(71,44,227); }
div.DivClassName
{
background-color: #472CE3;
}
.BgClassName
{
background-color: #472CE3;
}
</style>
border-color css
<style>
span { border-color: #472CE3; }
span { border-color: rgb(71,44,227); }
td.TdClassName
{
border-color: #472CE3;
}
.TagClassName
{
border-color: #472CE3;
}
</style>