Shades of Han Purple #472CFF
Tints of Han Purple #472CFF
RGB
CMYK
RGB Variations
Color information
#472CFF (or 0x472CFF) is known color: Han Purple. HEX triplet: 47, 2C and FF. RGB value is (71,44,255). Sum of RGB (Red+Green+Blue) = 71+44+255=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #472CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472CFF is #B8D300. Grayscale: #4B4B4B. Windows color (decimal): -12112641 or 16723015. OLE color: 16723015.
HSL color Cylindrical-coordinate representation of color #472CFF: hue angle of 247.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #472CFF is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 44 | 255 | - |
| CMYK | 0.72 | 0.83 | 0 | 0 |
| HSL | 247.68º | 1% | 0.59% | - |
| HSV(B) | 247.68º | 0.83% | 1% | - |
| XYZ | 21.55 | 10.36 | 95.47 | - |
| YUV | 76.13 | 228.95 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 255 | 0.72 | 0.83 | 0 | 0 | 247.68 | 1 | 0.59 |
| Hex | 47 | 2C | FF | 48 | 53 | 0 | 0 | F8 | 64 | 3B |
| Octal | 107 | 54 | 377 | 110 | 123 | 0 | 0 | 370 | 144 | 73 |
| Binary | 1000111 | 101100 | 11111111 | 1001000 | 1010011 | 0 | 0 | 11111000 | 1100100 | 111011 |
Color Harmonies of #472CFF
Complementary color
Monochromatic Colors of #472CFF
Black with #472CFF
Text Example
Text Example
White with #472CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CFF; }
p { color: rgb(71,44,255); }
H1.HeaderClassName
{
color: #472CFF;
}
.AnyTagClassName
{
color: #472CFF;
}
</style>
background-color css
<style>
a { background-color: #472CFF; }
a { background-color: rgb(71,44,255); }
div.DivClassName
{
background-color: #472CFF;
}
.BgClassName
{
background-color: #472CFF;
}
</style>
border-color css
<style>
span { border-color: #472CFF; }
span { border-color: rgb(71,44,255); }
td.TdClassName
{
border-color: #472CFF;
}
.TagClassName
{
border-color: #472CFF;
}
</style>