Shades of Han Purple #472DF3
Tints of Han Purple #472DF3
RGB
CMYK
RGB Variations
Color information
#472DF3 (or 0x472DF3) is known color: Han Purple. HEX triplet: 47, 2D and F3. RGB value is (71,45,243). Sum of RGB (Red+Green+Blue) = 71+45+243=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #472DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DF3 is #B8D20C. Grayscale: #4A4A4A. Windows color (decimal): -12112397 or 15936839. OLE color: 15936839.
HSL color Cylindrical-coordinate representation of color #472DF3: hue angle of 247.88º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472DF3 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 45 | 243 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.05 |
| HSL | 247.88º | 0.89% | 0.56% | - |
| HSV(B) | 247.88º | 0.81% | 0.95% | - |
| XYZ | 19.71 | 9.69 | 85.62 | - |
| YUV | 75.35 | 222.61 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 243 | 0.71 | 0.81 | 0 | 0.05 | 247.88 | 0.89 | 0.56 |
| Hex | 47 | 2D | F3 | 47 | 51 | 0 | 5 | F8 | 59 | 38 |
| Octal | 107 | 55 | 363 | 107 | 121 | 0 | 5 | 370 | 131 | 70 |
| Binary | 1000111 | 101101 | 11110011 | 1000111 | 1010001 | 0 | 101 | 11111000 | 1011001 | 111000 |
Color Harmonies of #472DF3
Complementary color
Monochromatic Colors of #472DF3
Black with #472DF3
Text Example
Text Example
White with #472DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DF3; }
p { color: rgb(71,45,243); }
H1.HeaderClassName
{
color: #472DF3;
}
.AnyTagClassName
{
color: #472DF3;
}
</style>
background-color css
<style>
a { background-color: #472DF3; }
a { background-color: rgb(71,45,243); }
div.DivClassName
{
background-color: #472DF3;
}
.BgClassName
{
background-color: #472DF3;
}
</style>
border-color css
<style>
span { border-color: #472DF3; }
span { border-color: rgb(71,45,243); }
td.TdClassName
{
border-color: #472DF3;
}
.TagClassName
{
border-color: #472DF3;
}
</style>