Shades of Han Purple #4715FE
Tints of Han Purple #4715FE
RGB
CMYK
RGB Variations
Color information
#4715FE (or 0x4715FE) is known color: Han Purple. HEX triplet: 47, 15 and FE. RGB value is (71,21,254). Sum of RGB (Red+Green+Blue) = 71+21+254=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #4715FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4715FE is #B8EA01. Grayscale: #3D3D3D. Windows color (decimal): -12118530 or 16651591. OLE color: 16651591.
HSL color Cylindrical-coordinate representation of color #4715FE: hue angle of 252.88º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4715FE is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 21 | 254 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.00 |
| HSL | 252.88º | 0.99% | 0.54% | - |
| HSV(B) | 252.88º | 0.92% | 1% | - |
| XYZ | 20.76 | 9.03 | 94.42 | - |
| YUV | 62.51 | 236.07 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 254 | 0.72 | 0.92 | 0 | 0.00 | 252.88 | 0.99 | 0.54 |
| Hex | 47 | 15 | FE | 48 | 5C | 0 | 0 | FD | 63 | 36 |
| Octal | 107 | 25 | 376 | 110 | 134 | 0 | 0 | 375 | 143 | 66 |
| Binary | 1000111 | 10101 | 11111110 | 1001000 | 1011100 | 0 | 0 | 11111101 | 1100011 | 110110 |
Color Harmonies of #4715FE
Complementary color
Monochromatic Colors of #4715FE
Black with #4715FE
Text Example
Text Example
White with #4715FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4715FE; }
p { color: rgb(71,21,254); }
H1.HeaderClassName
{
color: #4715FE;
}
.AnyTagClassName
{
color: #4715FE;
}
</style>
background-color css
<style>
a { background-color: #4715FE; }
a { background-color: rgb(71,21,254); }
div.DivClassName
{
background-color: #4715FE;
}
.BgClassName
{
background-color: #4715FE;
}
</style>
border-color css
<style>
span { border-color: #4715FE; }
span { border-color: rgb(71,21,254); }
td.TdClassName
{
border-color: #4715FE;
}
.TagClassName
{
border-color: #4715FE;
}
</style>