Shades of Han Purple #4725ED
Tints of Han Purple #4725ED
RGB
CMYK
RGB Variations
Color information
#4725ED (or 0x4725ED) is known color: Han Purple. HEX triplet: 47, 25 and ED. RGB value is (71,37,237). Sum of RGB (Red+Green+Blue) = 71+37+237=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #4725ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4725ED is #B8DA12. Grayscale: #454545. Windows color (decimal): -12114451 or 15541575. OLE color: 15541575.
HSL color Cylindrical-coordinate representation of color #4725ED: hue angle of 250.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4725ED is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 37 | 237 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.07 |
| HSL | 250.2º | 0.85% | 0.54% | - |
| HSV(B) | 250.2º | 0.84% | 0.93% | - |
| XYZ | 18.55 | 8.78 | 80.84 | - |
| YUV | 69.97 | 222.26 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 237 | 0.70 | 0.84 | 0 | 0.07 | 250.2 | 0.85 | 0.54 |
| Hex | 47 | 25 | ED | 46 | 54 | 0 | 7 | FA | 55 | 36 |
| Octal | 107 | 45 | 355 | 106 | 124 | 0 | 7 | 372 | 125 | 66 |
| Binary | 1000111 | 100101 | 11101101 | 1000110 | 1010100 | 0 | 111 | 11111010 | 1010101 | 110110 |
Color Harmonies of #4725ED
Complementary color
Monochromatic Colors of #4725ED
Black with #4725ED
Text Example
Text Example
White with #4725ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4725ED; }
p { color: rgb(71,37,237); }
H1.HeaderClassName
{
color: #4725ED;
}
.AnyTagClassName
{
color: #4725ED;
}
</style>
background-color css
<style>
a { background-color: #4725ED; }
a { background-color: rgb(71,37,237); }
div.DivClassName
{
background-color: #4725ED;
}
.BgClassName
{
background-color: #4725ED;
}
</style>
border-color css
<style>
span { border-color: #4725ED; }
span { border-color: rgb(71,37,237); }
td.TdClassName
{
border-color: #4725ED;
}
.TagClassName
{
border-color: #4725ED;
}
</style>