Shades of Han Purple #4727FE
Tints of Han Purple #4727FE
RGB
CMYK
RGB Variations
Color information
#4727FE (or 0x4727FE) is known color: Han Purple. HEX triplet: 47, 27 and FE. RGB value is (71,39,254). Sum of RGB (Red+Green+Blue) = 71+39+254=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #4727FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4727FE is #B8D801. Grayscale: #484848. Windows color (decimal): -12113922 or 16656199. OLE color: 16656199.
HSL color Cylindrical-coordinate representation of color #4727FE: hue angle of 248.93º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4727FE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 39 | 254 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.00 |
| HSL | 248.93º | 0.99% | 0.57% | - |
| HSV(B) | 248.93º | 0.85% | 1% | - |
| XYZ | 21.21 | 9.95 | 94.57 | - |
| YUV | 73.08 | 230.1 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 254 | 0.72 | 0.85 | 0 | 0.00 | 248.93 | 0.99 | 0.57 |
| Hex | 47 | 27 | FE | 48 | 55 | 0 | 0 | F9 | 63 | 39 |
| Octal | 107 | 47 | 376 | 110 | 125 | 0 | 0 | 371 | 143 | 71 |
| Binary | 1000111 | 100111 | 11111110 | 1001000 | 1010101 | 0 | 0 | 11111001 | 1100011 | 111001 |
Color Harmonies of #4727FE
Complementary color
Monochromatic Colors of #4727FE
Black with #4727FE
Text Example
Text Example
White with #4727FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4727FE; }
p { color: rgb(71,39,254); }
H1.HeaderClassName
{
color: #4727FE;
}
.AnyTagClassName
{
color: #4727FE;
}
</style>
background-color css
<style>
a { background-color: #4727FE; }
a { background-color: rgb(71,39,254); }
div.DivClassName
{
background-color: #4727FE;
}
.BgClassName
{
background-color: #4727FE;
}
</style>
border-color css
<style>
span { border-color: #4727FE; }
span { border-color: rgb(71,39,254); }
td.TdClassName
{
border-color: #4727FE;
}
.TagClassName
{
border-color: #4727FE;
}
</style>