Shades of Han Purple #4727FF
Tints of Han Purple #4727FF
RGB
CMYK
RGB Variations
Color information
#4727FF (or 0x4727FF) is known color: Han Purple. HEX triplet: 47, 27 and FF. RGB value is (71,39,255). Sum of RGB (Red+Green+Blue) = 71+39+255=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #4727FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4727FF is #B8D800. Grayscale: #484848. Windows color (decimal): -12113921 or 16721735. OLE color: 16721735.
HSL color Cylindrical-coordinate representation of color #4727FF: hue angle of 248.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4727FF is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 39 | 255 | - |
| CMYK | 0.72 | 0.85 | 0 | 0 |
| HSL | 248.89º | 1% | 0.58% | - |
| HSV(B) | 248.89º | 0.85% | 1% | - |
| XYZ | 21.37 | 10.01 | 95.41 | - |
| YUV | 73.19 | 230.6 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 255 | 0.72 | 0.85 | 0 | 0 | 248.89 | 1 | 0.58 |
| Hex | 47 | 27 | FF | 48 | 55 | 0 | 0 | F9 | 64 | 3A |
| Octal | 107 | 47 | 377 | 110 | 125 | 0 | 0 | 371 | 144 | 72 |
| Binary | 1000111 | 100111 | 11111111 | 1001000 | 1010101 | 0 | 0 | 11111001 | 1100100 | 111010 |
Color Harmonies of #4727FF
Complementary color
Monochromatic Colors of #4727FF
Black with #4727FF
Text Example
Text Example
White with #4727FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4727FF; }
p { color: rgb(71,39,255); }
H1.HeaderClassName
{
color: #4727FF;
}
.AnyTagClassName
{
color: #4727FF;
}
</style>
background-color css
<style>
a { background-color: #4727FF; }
a { background-color: rgb(71,39,255); }
div.DivClassName
{
background-color: #4727FF;
}
.BgClassName
{
background-color: #4727FF;
}
</style>
border-color css
<style>
span { border-color: #4727FF; }
span { border-color: rgb(71,39,255); }
td.TdClassName
{
border-color: #4727FF;
}
.TagClassName
{
border-color: #4727FF;
}
</style>