Shades of Han Purple #4731ED
Tints of Han Purple #4731ED
RGB
CMYK
RGB Variations
Color information
#4731ED (or 0x4731ED) is known color: Han Purple. HEX triplet: 47, 31 and ED. RGB value is (71,49,237). Sum of RGB (Red+Green+Blue) = 71+49+237=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #4731ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4731ED is #B8CE12. Grayscale: #4C4C4C. Windows color (decimal): -12111379 or 15544647. OLE color: 15544647.
HSL color Cylindrical-coordinate representation of color #4731ED: hue angle of 247.02º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4731ED is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 49 | 237 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.07 |
| HSL | 247.02º | 0.84% | 0.56% | - |
| HSV(B) | 247.02º | 0.79% | 0.93% | - |
| XYZ | 18.98 | 9.65 | 80.98 | - |
| YUV | 77.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 237 | 0.70 | 0.79 | 0 | 0.07 | 247.02 | 0.84 | 0.56 |
| Hex | 47 | 31 | ED | 46 | 4F | 0 | 7 | F7 | 54 | 38 |
| Octal | 107 | 61 | 355 | 106 | 117 | 0 | 7 | 367 | 124 | 70 |
| Binary | 1000111 | 110001 | 11101101 | 1000110 | 1001111 | 0 | 111 | 11110111 | 1010100 | 111000 |
Color Harmonies of #4731ED
Complementary color
Monochromatic Colors of #4731ED
Black with #4731ED
Text Example
Text Example
White with #4731ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4731ED; }
p { color: rgb(71,49,237); }
H1.HeaderClassName
{
color: #4731ED;
}
.AnyTagClassName
{
color: #4731ED;
}
</style>
background-color css
<style>
a { background-color: #4731ED; }
a { background-color: rgb(71,49,237); }
div.DivClassName
{
background-color: #4731ED;
}
.BgClassName
{
background-color: #4731ED;
}
</style>
border-color css
<style>
span { border-color: #4731ED; }
span { border-color: rgb(71,49,237); }
td.TdClassName
{
border-color: #4731ED;
}
.TagClassName
{
border-color: #4731ED;
}
</style>