Shades of Han Purple #4707FA
Tints of Han Purple #4707FA
RGB
CMYK
RGB Variations
Color information
#4707FA (or 0x4707FA) is known color: Han Purple. HEX triplet: 47, 07 and FA. RGB value is (71,7,250). Sum of RGB (Red+Green+Blue) = 71+7+250=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #4707FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4707FA is #B8F805. Grayscale: #343434. Windows color (decimal): -12122118 or 16385863. OLE color: 16385863.
HSL color Cylindrical-coordinate representation of color #4707FA: hue angle of 255.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4707FA is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 7 | 250 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.02 |
| HSL | 255.8º | 0.96% | 0.5% | - |
| HSV(B) | 255.8º | 0.97% | 0.98% | - |
| XYZ | 19.93 | 8.39 | 91.01 | - |
| YUV | 53.84 | 238.7 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 250 | 0.72 | 0.97 | 0 | 0.02 | 255.8 | 0.96 | 0.5 |
| Hex | 47 | 7 | FA | 48 | 61 | 0 | 2 | 100 | 60 | 32 |
| Octal | 107 | 7 | 372 | 110 | 141 | 0 | 2 | 400 | 140 | 62 |
| Binary | 1000111 | 111 | 11111010 | 1001000 | 1100001 | 0 | 10 | 100000000 | 1100000 | 110010 |
Color Harmonies of #4707FA
Complementary color
Monochromatic Colors of #4707FA
Black with #4707FA
Text Example
Text Example
White with #4707FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4707FA; }
p { color: rgb(71,7,250); }
H1.HeaderClassName
{
color: #4707FA;
}
.AnyTagClassName
{
color: #4707FA;
}
</style>
background-color css
<style>
a { background-color: #4707FA; }
a { background-color: rgb(71,7,250); }
div.DivClassName
{
background-color: #4707FA;
}
.BgClassName
{
background-color: #4707FA;
}
</style>
border-color css
<style>
span { border-color: #4707FA; }
span { border-color: rgb(71,7,250); }
td.TdClassName
{
border-color: #4707FA;
}
.TagClassName
{
border-color: #4707FA;
}
</style>