Shades of Han Purple #4705FA
Tints of Han Purple #4705FA
RGB
CMYK
RGB Variations
Color information
#4705FA (or 0x4705FA) is known color: Han Purple. HEX triplet: 47, 05 and FA. RGB value is (71,5,250). Sum of RGB (Red+Green+Blue) = 71+5+250=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #4705FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4705FA is #B8FA05. Grayscale: #333333. Windows color (decimal): -12122630 or 16385351. OLE color: 16385351.
HSL color Cylindrical-coordinate representation of color #4705FA: hue angle of 256.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4705FA is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 5 | 250 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.02 |
| HSL | 256.16º | 0.96% | 0.5% | - |
| HSV(B) | 256.16º | 0.98% | 0.98% | - |
| XYZ | 19.91 | 8.35 | 91 | - |
| YUV | 52.66 | 239.37 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 250 | 0.72 | 0.98 | 0 | 0.02 | 256.16 | 0.96 | 0.5 |
| Hex | 47 | 5 | FA | 48 | 62 | 0 | 2 | 100 | 60 | 32 |
| Octal | 107 | 5 | 372 | 110 | 142 | 0 | 2 | 400 | 140 | 62 |
| Binary | 1000111 | 101 | 11111010 | 1001000 | 1100010 | 0 | 10 | 100000000 | 1100000 | 110010 |
Color Harmonies of #4705FA
Complementary color
Monochromatic Colors of #4705FA
Black with #4705FA
Text Example
Text Example
White with #4705FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705FA; }
p { color: rgb(71,5,250); }
H1.HeaderClassName
{
color: #4705FA;
}
.AnyTagClassName
{
color: #4705FA;
}
</style>
background-color css
<style>
a { background-color: #4705FA; }
a { background-color: rgb(71,5,250); }
div.DivClassName
{
background-color: #4705FA;
}
.BgClassName
{
background-color: #4705FA;
}
</style>
border-color css
<style>
span { border-color: #4705FA; }
span { border-color: rgb(71,5,250); }
td.TdClassName
{
border-color: #4705FA;
}
.TagClassName
{
border-color: #4705FA;
}
</style>