Shades of Han Purple #4728E5
Tints of Han Purple #4728E5
RGB
CMYK
RGB Variations
Color information
#4728E5 (or 0x4728E5) is known color: Han Purple. HEX triplet: 47, 28 and E5. RGB value is (71,40,229). Sum of RGB (Red+Green+Blue) = 71+40+229=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 229 (89.84% from 255 or 67.35% from 340); Max value from RGB is 229 - color contains mainly: blue. Hex color #4728E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4728E5 is #B8D71A. Grayscale: #464646. Windows color (decimal): -12113691 or 15018055. OLE color: 15018055.
HSL color Cylindrical-coordinate representation of color #4728E5: hue angle of 249.84º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4728E5 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 40 | 229 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.10 |
| HSL | 249.84º | 0.78% | 0.53% | - |
| HSV(B) | 249.84º | 0.83% | 0.9% | - |
| XYZ | 17.5 | 8.51 | 74.85 | - |
| YUV | 70.82 | 217.27 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 229 | 0.69 | 0.83 | 0 | 0.10 | 249.84 | 0.78 | 0.53 |
| Hex | 47 | 28 | E5 | 45 | 53 | 0 | A | FA | 4E | 35 |
| Octal | 107 | 50 | 345 | 105 | 123 | 0 | 12 | 372 | 116 | 65 |
| Binary | 1000111 | 101000 | 11100101 | 1000101 | 1010011 | 0 | 1010 | 11111010 | 1001110 | 110101 |
Color Harmonies of #4728E5
Complementary color
Monochromatic Colors of #4728E5
Black with #4728E5
Text Example
Text Example
White with #4728E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4728E5; }
p { color: rgb(71,40,229); }
H1.HeaderClassName
{
color: #4728E5;
}
.AnyTagClassName
{
color: #4728E5;
}
</style>
background-color css
<style>
a { background-color: #4728E5; }
a { background-color: rgb(71,40,229); }
div.DivClassName
{
background-color: #4728E5;
}
.BgClassName
{
background-color: #4728E5;
}
</style>
border-color css
<style>
span { border-color: #4728E5; }
span { border-color: rgb(71,40,229); }
td.TdClassName
{
border-color: #4728E5;
}
.TagClassName
{
border-color: #4728E5;
}
</style>