Shades of Han Purple #4707F0
Tints of Han Purple #4707F0
RGB
CMYK
RGB Variations
Color information
#4707F0 (or 0x4707F0) is known color: Han Purple. HEX triplet: 47, 07 and F0. RGB value is (71,7,240). Sum of RGB (Red+Green+Blue) = 71+7+240=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 240 (94.14% from 255 or 75.47% from 318); Max value from RGB is 240 - color contains mainly: blue. Hex color #4707F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4707F0 is #B8F80F. Grayscale: #333333. Windows color (decimal): -12122128 or 15730503. OLE color: 15730503.
HSL color Cylindrical-coordinate representation of color #4707F0: hue angle of 256.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4707F0 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 7 | 240 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.06 |
| HSL | 256.48º | 0.94% | 0.48% | - |
| HSV(B) | 256.48º | 0.97% | 0.94% | - |
| XYZ | 18.4 | 7.78 | 82.97 | - |
| YUV | 52.7 | 233.7 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 240 | 0.70 | 0.97 | 0 | 0.06 | 256.48 | 0.94 | 0.48 |
| Hex | 47 | 7 | F0 | 46 | 61 | 0 | 6 | 100 | 5E | 30 |
| Octal | 107 | 7 | 360 | 106 | 141 | 0 | 6 | 400 | 136 | 60 |
| Binary | 1000111 | 111 | 11110000 | 1000110 | 1100001 | 0 | 110 | 100000000 | 1011110 | 110000 |
Color Harmonies of #4707F0
Complementary color
Monochromatic Colors of #4707F0
Black with #4707F0
Text Example
Text Example
White with #4707F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4707F0; }
p { color: rgb(71,7,240); }
H1.HeaderClassName
{
color: #4707F0;
}
.AnyTagClassName
{
color: #4707F0;
}
</style>
background-color css
<style>
a { background-color: #4707F0; }
a { background-color: rgb(71,7,240); }
div.DivClassName
{
background-color: #4707F0;
}
.BgClassName
{
background-color: #4707F0;
}
</style>
border-color css
<style>
span { border-color: #4707F0; }
span { border-color: rgb(71,7,240); }
td.TdClassName
{
border-color: #4707F0;
}
.TagClassName
{
border-color: #4707F0;
}
</style>