Shades of Han Purple #4705CE
Tints of Han Purple #4705CE
RGB
CMYK
RGB Variations
Color information
#4705CE (or 0x4705CE) is known color: Han Purple. HEX triplet: 47, 05 and CE. RGB value is (71,5,206). Sum of RGB (Red+Green+Blue) = 71+5+206=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #4705CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4705CE is #B8FA31. Grayscale: #2E2E2E. Windows color (decimal): -12122674 or 13501767. OLE color: 13501767.
HSL color Cylindrical-coordinate representation of color #4705CE: hue angle of 259.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4705CE is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 5 | 206 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.19 |
| HSL | 259.7º | 0.95% | 0.41% | - |
| HSV(B) | 259.7º | 0.98% | 0.81% | - |
| XYZ | 13.79 | 5.9 | 58.81 | - |
| YUV | 47.65 | 217.37 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 206 | 0.66 | 0.98 | 0 | 0.19 | 259.7 | 0.95 | 0.41 |
| Hex | 47 | 5 | CE | 42 | 62 | 0 | 13 | 104 | 5F | 29 |
| Octal | 107 | 5 | 316 | 102 | 142 | 0 | 23 | 404 | 137 | 51 |
| Binary | 1000111 | 101 | 11001110 | 1000010 | 1100010 | 0 | 10011 | 100000100 | 1011111 | 101001 |
Color Harmonies of #4705CE
Complementary color
Monochromatic Colors of #4705CE
Black with #4705CE
Text Example
Text Example
White with #4705CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705CE; }
p { color: rgb(71,5,206); }
H1.HeaderClassName
{
color: #4705CE;
}
.AnyTagClassName
{
color: #4705CE;
}
</style>
background-color css
<style>
a { background-color: #4705CE; }
a { background-color: rgb(71,5,206); }
div.DivClassName
{
background-color: #4705CE;
}
.BgClassName
{
background-color: #4705CE;
}
</style>
border-color css
<style>
span { border-color: #4705CE; }
span { border-color: rgb(71,5,206); }
td.TdClassName
{
border-color: #4705CE;
}
.TagClassName
{
border-color: #4705CE;
}
</style>