Shades of Han Purple #4710DE
Tints of Han Purple #4710DE
RGB
CMYK
RGB Variations
Color information
#4710DE (or 0x4710DE) is known color: Han Purple. HEX triplet: 47, 10 and DE. RGB value is (71,16,222). Sum of RGB (Red+Green+Blue) = 71+16+222=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #4710DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710DE is #B8EF21. Grayscale: #373737. Windows color (decimal): -12119842 or 14553159. OLE color: 14553159.
HSL color Cylindrical-coordinate representation of color #4710DE: hue angle of 256.02º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4710DE is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 16 | 222 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.13 |
| HSL | 256.02º | 0.87% | 0.47% | - |
| HSV(B) | 256.02º | 0.93% | 0.87% | - |
| XYZ | 15.97 | 6.98 | 69.61 | - |
| YUV | 55.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 222 | 0.68 | 0.93 | 0 | 0.13 | 256.02 | 0.87 | 0.47 |
| Hex | 47 | 10 | DE | 44 | 5D | 0 | D | 100 | 57 | 2F |
| Octal | 107 | 20 | 336 | 104 | 135 | 0 | 15 | 400 | 127 | 57 |
| Binary | 1000111 | 10000 | 11011110 | 1000100 | 1011101 | 0 | 1101 | 100000000 | 1010111 | 101111 |
Color Harmonies of #4710DE
Complementary color
Monochromatic Colors of #4710DE
Black with #4710DE
Text Example
Text Example
White with #4710DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4710DE; }
p { color: rgb(71,16,222); }
H1.HeaderClassName
{
color: #4710DE;
}
.AnyTagClassName
{
color: #4710DE;
}
</style>
background-color css
<style>
a { background-color: #4710DE; }
a { background-color: rgb(71,16,222); }
div.DivClassName
{
background-color: #4710DE;
}
.BgClassName
{
background-color: #4710DE;
}
</style>
border-color css
<style>
span { border-color: #4710DE; }
span { border-color: rgb(71,16,222); }
td.TdClassName
{
border-color: #4710DE;
}
.TagClassName
{
border-color: #4710DE;
}
</style>