Shades of Han Purple #4704CF
Tints of Han Purple #4704CF
RGB
CMYK
RGB Variations
Color information
#4704CF (or 0x4704CF) is known color: Han Purple. HEX triplet: 47, 04 and CF. RGB value is (71,4,207). Sum of RGB (Red+Green+Blue) = 71+4+207=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #4704CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704CF is #B8FB30. Grayscale: #2E2E2E. Windows color (decimal): -12122929 or 13567047. OLE color: 13567047.
HSL color Cylindrical-coordinate representation of color #4704CF: hue angle of 259.8º degrees, saturation: 0.96, 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 #4704CF is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 4 | 207 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.19 |
| HSL | 259.8º | 0.96% | 0.41% | - |
| HSV(B) | 259.8º | 0.98% | 0.81% | - |
| XYZ | 13.9 | 5.93 | 59.44 | - |
| YUV | 47.18 | 218.2 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 207 | 0.66 | 0.98 | 0 | 0.19 | 259.8 | 0.96 | 0.41 |
| Hex | 47 | 4 | CF | 42 | 62 | 0 | 13 | 104 | 60 | 29 |
| Octal | 107 | 4 | 317 | 102 | 142 | 0 | 23 | 404 | 140 | 51 |
| Binary | 1000111 | 100 | 11001111 | 1000010 | 1100010 | 0 | 10011 | 100000100 | 1100000 | 101001 |
Color Harmonies of #4704CF
Complementary color
Monochromatic Colors of #4704CF
Black with #4704CF
Text Example
Text Example
White with #4704CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4704CF; }
p { color: rgb(71,4,207); }
H1.HeaderClassName
{
color: #4704CF;
}
.AnyTagClassName
{
color: #4704CF;
}
</style>
background-color css
<style>
a { background-color: #4704CF; }
a { background-color: rgb(71,4,207); }
div.DivClassName
{
background-color: #4704CF;
}
.BgClassName
{
background-color: #4704CF;
}
</style>
border-color css
<style>
span { border-color: #4704CF; }
span { border-color: rgb(71,4,207); }
td.TdClassName
{
border-color: #4704CF;
}
.TagClassName
{
border-color: #4704CF;
}
</style>