Shades of Han Purple #4705EA
Tints of Han Purple #4705EA
RGB
CMYK
RGB Variations
Color information
#4705EA (or 0x4705EA) is known color: Han Purple. HEX triplet: 47, 05 and EA. RGB value is (71,5,234). Sum of RGB (Red+Green+Blue) = 71+5+234=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #4705EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4705EA is #B8FA15. Grayscale: #313131. Windows color (decimal): -12122646 or 15336775. OLE color: 15336775.
HSL color Cylindrical-coordinate representation of color #4705EA: hue angle of 257.29º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4705EA is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 5 | 234 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.08 |
| HSL | 257.29º | 0.96% | 0.47% | - |
| HSV(B) | 257.29º | 0.98% | 0.92% | - |
| XYZ | 17.5 | 7.39 | 78.35 | - |
| YUV | 50.84 | 231.37 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 234 | 0.70 | 0.98 | 0 | 0.08 | 257.29 | 0.96 | 0.47 |
| Hex | 47 | 5 | EA | 46 | 62 | 0 | 8 | 101 | 60 | 2F |
| Octal | 107 | 5 | 352 | 106 | 142 | 0 | 10 | 401 | 140 | 57 |
| Binary | 1000111 | 101 | 11101010 | 1000110 | 1100010 | 0 | 1000 | 100000001 | 1100000 | 101111 |
Color Harmonies of #4705EA
Complementary color
Monochromatic Colors of #4705EA
Black with #4705EA
Text Example
Text Example
White with #4705EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705EA; }
p { color: rgb(71,5,234); }
H1.HeaderClassName
{
color: #4705EA;
}
.AnyTagClassName
{
color: #4705EA;
}
</style>
background-color css
<style>
a { background-color: #4705EA; }
a { background-color: rgb(71,5,234); }
div.DivClassName
{
background-color: #4705EA;
}
.BgClassName
{
background-color: #4705EA;
}
</style>
border-color css
<style>
span { border-color: #4705EA; }
span { border-color: rgb(71,5,234); }
td.TdClassName
{
border-color: #4705EA;
}
.TagClassName
{
border-color: #4705EA;
}
</style>