Shades of Han Purple #4705FE
Tints of Han Purple #4705FE
RGB
CMYK
RGB Variations
Color information
#4705FE (or 0x4705FE) is known color: Han Purple. HEX triplet: 47, 05 and FE. RGB value is (71,5,254). Sum of RGB (Red+Green+Blue) = 71+5+254=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #4705FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4705FE is #B8FA01. Grayscale: #343434. Windows color (decimal): -12122626 or 16647495. OLE color: 16647495.
HSL color Cylindrical-coordinate representation of color #4705FE: hue angle of 255.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4705FE is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 5 | 254 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.00 |
| HSL | 255.9º | 0.99% | 0.51% | - |
| HSV(B) | 255.9º | 0.98% | 1% | - |
| XYZ | 20.54 | 8.6 | 94.34 | - |
| YUV | 53.12 | 241.37 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 254 | 0.72 | 0.98 | 0 | 0.00 | 255.9 | 0.99 | 0.51 |
| Hex | 47 | 5 | FE | 48 | 62 | 0 | 0 | 100 | 63 | 33 |
| Octal | 107 | 5 | 376 | 110 | 142 | 0 | 0 | 400 | 143 | 63 |
| Binary | 1000111 | 101 | 11111110 | 1001000 | 1100010 | 0 | 0 | 100000000 | 1100011 | 110011 |
Color Harmonies of #4705FE
Complementary color
Monochromatic Colors of #4705FE
Black with #4705FE
Text Example
Text Example
White with #4705FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705FE; }
p { color: rgb(71,5,254); }
H1.HeaderClassName
{
color: #4705FE;
}
.AnyTagClassName
{
color: #4705FE;
}
</style>
background-color css
<style>
a { background-color: #4705FE; }
a { background-color: rgb(71,5,254); }
div.DivClassName
{
background-color: #4705FE;
}
.BgClassName
{
background-color: #4705FE;
}
</style>
border-color css
<style>
span { border-color: #4705FE; }
span { border-color: rgb(71,5,254); }
td.TdClassName
{
border-color: #4705FE;
}
.TagClassName
{
border-color: #4705FE;
}
</style>