Shades of Han Purple #4725E7
Tints of Han Purple #4725E7
RGB
CMYK
RGB Variations
Color information
#4725E7 (or 0x4725E7) is known color: Han Purple. HEX triplet: 47, 25 and E7. RGB value is (71,37,231). Sum of RGB (Red+Green+Blue) = 71+37+231=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 231 (90.62% from 255 or 68.14% from 339); Max value from RGB is 231 - color contains mainly: blue. Hex color #4725E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4725E7 is #B8DA18. Grayscale: #444444. Windows color (decimal): -12114457 or 15148359. OLE color: 15148359.
HSL color Cylindrical-coordinate representation of color #4725E7: hue angle of 250.52º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4725E7 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 37 | 231 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.09 |
| HSL | 250.52º | 0.8% | 0.53% | - |
| HSV(B) | 250.52º | 0.84% | 0.91% | - |
| XYZ | 17.68 | 8.43 | 76.3 | - |
| YUV | 69.28 | 219.26 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 231 | 0.69 | 0.84 | 0 | 0.09 | 250.52 | 0.8 | 0.53 |
| Hex | 47 | 25 | E7 | 45 | 54 | 0 | 9 | FB | 50 | 35 |
| Octal | 107 | 45 | 347 | 105 | 124 | 0 | 11 | 373 | 120 | 65 |
| Binary | 1000111 | 100101 | 11100111 | 1000101 | 1010100 | 0 | 1001 | 11111011 | 1010000 | 110101 |
Color Harmonies of #4725E7
Complementary color
Monochromatic Colors of #4725E7
Black with #4725E7
Text Example
Text Example
White with #4725E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4725E7; }
p { color: rgb(71,37,231); }
H1.HeaderClassName
{
color: #4725E7;
}
.AnyTagClassName
{
color: #4725E7;
}
</style>
background-color css
<style>
a { background-color: #4725E7; }
a { background-color: rgb(71,37,231); }
div.DivClassName
{
background-color: #4725E7;
}
.BgClassName
{
background-color: #4725E7;
}
</style>
border-color css
<style>
span { border-color: #4725E7; }
span { border-color: rgb(71,37,231); }
td.TdClassName
{
border-color: #4725E7;
}
.TagClassName
{
border-color: #4725E7;
}
</style>