Shades of Han Purple #4720FF
Tints of Han Purple #4720FF
RGB
CMYK
RGB Variations
Color information
#4720FF (or 0x4720FF) is known color: Han Purple. HEX triplet: 47, 20 and FF. RGB value is (71,32,255). Sum of RGB (Red+Green+Blue) = 71+32+255=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #4720FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4720FF is #B8DF00. Grayscale: #444444. Windows color (decimal): -12115713 or 16719943. OLE color: 16719943.
HSL color Cylindrical-coordinate representation of color #4720FF: hue angle of 250.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4720FF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 32 | 255 | - |
| CMYK | 0.72 | 0.87 | 0 | 0 |
| HSL | 250.49º | 1% | 0.56% | - |
| HSV(B) | 250.49º | 0.87% | 1% | - |
| XYZ | 21.17 | 9.59 | 95.34 | - |
| YUV | 69.08 | 232.92 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 255 | 0.72 | 0.87 | 0 | 0 | 250.49 | 1 | 0.56 |
| Hex | 47 | 20 | FF | 48 | 57 | 0 | 0 | FA | 64 | 38 |
| Octal | 107 | 40 | 377 | 110 | 127 | 0 | 0 | 372 | 144 | 70 |
| Binary | 1000111 | 100000 | 11111111 | 1001000 | 1010111 | 0 | 0 | 11111010 | 1100100 | 111000 |
Color Harmonies of #4720FF
Complementary color
Monochromatic Colors of #4720FF
Black with #4720FF
Text Example
Text Example
White with #4720FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4720FF; }
p { color: rgb(71,32,255); }
H1.HeaderClassName
{
color: #4720FF;
}
.AnyTagClassName
{
color: #4720FF;
}
</style>
background-color css
<style>
a { background-color: #4720FF; }
a { background-color: rgb(71,32,255); }
div.DivClassName
{
background-color: #4720FF;
}
.BgClassName
{
background-color: #4720FF;
}
</style>
border-color css
<style>
span { border-color: #4720FF; }
span { border-color: rgb(71,32,255); }
td.TdClassName
{
border-color: #4720FF;
}
.TagClassName
{
border-color: #4720FF;
}
</style>