Shades of Han Purple #4707ED
Tints of Han Purple #4707ED
RGB
CMYK
RGB Variations
Color information
#4707ED (or 0x4707ED) is known color: Han Purple. HEX triplet: 47, 07 and ED. RGB value is (71,7,237). Sum of RGB (Red+Green+Blue) = 71+7+237=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #4707ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4707ED is #B8F812. Grayscale: #333333. Windows color (decimal): -12122131 or 15533895. OLE color: 15533895.
HSL color Cylindrical-coordinate representation of color #4707ED: hue angle of 256.7º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4707ED is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 7 | 237 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.07 |
| HSL | 256.7º | 0.94% | 0.48% | - |
| HSV(B) | 256.7º | 0.97% | 0.93% | - |
| XYZ | 17.96 | 7.61 | 80.64 | - |
| YUV | 52.36 | 232.2 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 237 | 0.70 | 0.97 | 0 | 0.07 | 256.7 | 0.94 | 0.48 |
| Hex | 47 | 7 | ED | 46 | 61 | 0 | 7 | 101 | 5E | 30 |
| Octal | 107 | 7 | 355 | 106 | 141 | 0 | 7 | 401 | 136 | 60 |
| Binary | 1000111 | 111 | 11101101 | 1000110 | 1100001 | 0 | 111 | 100000001 | 1011110 | 110000 |
Color Harmonies of #4707ED
Complementary color
Monochromatic Colors of #4707ED
Black with #4707ED
Text Example
Text Example
White with #4707ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4707ED; }
p { color: rgb(71,7,237); }
H1.HeaderClassName
{
color: #4707ED;
}
.AnyTagClassName
{
color: #4707ED;
}
</style>
background-color css
<style>
a { background-color: #4707ED; }
a { background-color: rgb(71,7,237); }
div.DivClassName
{
background-color: #4707ED;
}
.BgClassName
{
background-color: #4707ED;
}
</style>
border-color css
<style>
span { border-color: #4707ED; }
span { border-color: rgb(71,7,237); }
td.TdClassName
{
border-color: #4707ED;
}
.TagClassName
{
border-color: #4707ED;
}
</style>