Shades of Han Purple #472CFC
Tints of Han Purple #472CFC
RGB
CMYK
RGB Variations
Color information
#472CFC (or 0x472CFC) is known color: Han Purple. HEX triplet: 47, 2C and FC. RGB value is (71,44,252). Sum of RGB (Red+Green+Blue) = 71+44+252=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #472CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472CFC is #B8D303. Grayscale: #4A4A4A. Windows color (decimal): -12112644 or 16526407. OLE color: 16526407.
HSL color Cylindrical-coordinate representation of color #472CFC: hue angle of 247.79º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #472CFC is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 44 | 252 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.01 |
| HSL | 247.79º | 0.97% | 0.58% | - |
| HSV(B) | 247.79º | 0.83% | 0.99% | - |
| XYZ | 21.07 | 10.17 | 92.95 | - |
| YUV | 75.79 | 227.45 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 252 | 0.72 | 0.83 | 0 | 0.01 | 247.79 | 0.97 | 0.58 |
| Hex | 47 | 2C | FC | 48 | 53 | 0 | 1 | F8 | 61 | 3A |
| Octal | 107 | 54 | 374 | 110 | 123 | 0 | 1 | 370 | 141 | 72 |
| Binary | 1000111 | 101100 | 11111100 | 1001000 | 1010011 | 0 | 1 | 11111000 | 1100001 | 111010 |
Color Harmonies of #472CFC
Complementary color
Monochromatic Colors of #472CFC
Black with #472CFC
Text Example
Text Example
White with #472CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CFC; }
p { color: rgb(71,44,252); }
H1.HeaderClassName
{
color: #472CFC;
}
.AnyTagClassName
{
color: #472CFC;
}
</style>
background-color css
<style>
a { background-color: #472CFC; }
a { background-color: rgb(71,44,252); }
div.DivClassName
{
background-color: #472CFC;
}
.BgClassName
{
background-color: #472CFC;
}
</style>
border-color css
<style>
span { border-color: #472CFC; }
span { border-color: rgb(71,44,252); }
td.TdClassName
{
border-color: #472CFC;
}
.TagClassName
{
border-color: #472CFC;
}
</style>