Shades of Han Purple #4705D7
Tints of Han Purple #4705D7
RGB
CMYK
RGB Variations
Color information
#4705D7 (or 0x4705D7) is known color: Han Purple. HEX triplet: 47, 05 and D7. RGB value is (71,5,215). Sum of RGB (Red+Green+Blue) = 71+5+215=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #4705D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4705D7 is #B8FA28. Grayscale: #2F2F2F. Windows color (decimal): -12122665 or 14091591. OLE color: 14091591.
HSL color Cylindrical-coordinate representation of color #4705D7: hue angle of 258.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4705D7 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 5 | 215 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.16 |
| HSL | 258.86º | 0.95% | 0.43% | - |
| HSV(B) | 258.86º | 0.98% | 0.84% | - |
| XYZ | 14.92 | 6.35 | 64.73 | - |
| YUV | 48.67 | 221.87 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 215 | 0.67 | 0.98 | 0 | 0.16 | 258.86 | 0.95 | 0.43 |
| Hex | 47 | 5 | D7 | 43 | 62 | 0 | 10 | 103 | 5F | 2B |
| Octal | 107 | 5 | 327 | 103 | 142 | 0 | 20 | 403 | 137 | 53 |
| Binary | 1000111 | 101 | 11010111 | 1000011 | 1100010 | 0 | 10000 | 100000011 | 1011111 | 101011 |
Color Harmonies of #4705D7
Complementary color
Monochromatic Colors of #4705D7
Black with #4705D7
Text Example
Text Example
White with #4705D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705D7; }
p { color: rgb(71,5,215); }
H1.HeaderClassName
{
color: #4705D7;
}
.AnyTagClassName
{
color: #4705D7;
}
</style>
background-color css
<style>
a { background-color: #4705D7; }
a { background-color: rgb(71,5,215); }
div.DivClassName
{
background-color: #4705D7;
}
.BgClassName
{
background-color: #4705D7;
}
</style>
border-color css
<style>
span { border-color: #4705D7; }
span { border-color: rgb(71,5,215); }
td.TdClassName
{
border-color: #4705D7;
}
.TagClassName
{
border-color: #4705D7;
}
</style>