Shades of Han Purple #4718FE
Tints of Han Purple #4718FE
RGB
CMYK
RGB Variations
Color information
#4718FE (or 0x4718FE) is known color: Han Purple. HEX triplet: 47, 18 and FE. RGB value is (71,24,254). Sum of RGB (Red+Green+Blue) = 71+24+254=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #4718FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4718FE is #B8E701. Grayscale: #3F3F3F. Windows color (decimal): -12117762 or 16652359. OLE color: 16652359.
HSL color Cylindrical-coordinate representation of color #4718FE: hue angle of 252.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4718FE is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 24 | 254 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.00 |
| HSL | 252.26º | 0.99% | 0.55% | - |
| HSV(B) | 252.26º | 0.91% | 1% | - |
| XYZ | 20.81 | 9.15 | 94.43 | - |
| YUV | 64.27 | 235.07 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 254 | 0.72 | 0.91 | 0 | 0.00 | 252.26 | 0.99 | 0.55 |
| Hex | 47 | 18 | FE | 48 | 5B | 0 | 0 | FC | 63 | 37 |
| Octal | 107 | 30 | 376 | 110 | 133 | 0 | 0 | 374 | 143 | 67 |
| Binary | 1000111 | 11000 | 11111110 | 1001000 | 1011011 | 0 | 0 | 11111100 | 1100011 | 110111 |
Color Harmonies of #4718FE
Complementary color
Monochromatic Colors of #4718FE
Black with #4718FE
Text Example
Text Example
White with #4718FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4718FE; }
p { color: rgb(71,24,254); }
H1.HeaderClassName
{
color: #4718FE;
}
.AnyTagClassName
{
color: #4718FE;
}
</style>
background-color css
<style>
a { background-color: #4718FE; }
a { background-color: rgb(71,24,254); }
div.DivClassName
{
background-color: #4718FE;
}
.BgClassName
{
background-color: #4718FE;
}
</style>
border-color css
<style>
span { border-color: #4718FE; }
span { border-color: rgb(71,24,254); }
td.TdClassName
{
border-color: #4718FE;
}
.TagClassName
{
border-color: #4718FE;
}
</style>