Shades of Han Purple #471FFE
Tints of Han Purple #471FFE
RGB
CMYK
RGB Variations
Color information
#471FFE (or 0x471FFE) is known color: Han Purple. HEX triplet: 47, 1F and FE. RGB value is (71,31,254). Sum of RGB (Red+Green+Blue) = 71+31+254=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #471FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FFE is #B8E001. Grayscale: #434343. Windows color (decimal): -12115970 or 16654151. OLE color: 16654151.
HSL color Cylindrical-coordinate representation of color #471FFE: hue angle of 250.76º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471FFE is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 31 | 254 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.00 |
| HSL | 250.76º | 0.99% | 0.56% | - |
| HSV(B) | 250.76º | 0.88% | 1% | - |
| XYZ | 20.98 | 9.48 | 94.49 | - |
| YUV | 68.38 | 232.75 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 254 | 0.72 | 0.88 | 0 | 0.00 | 250.76 | 0.99 | 0.56 |
| Hex | 47 | 1F | FE | 48 | 58 | 0 | 0 | FB | 63 | 38 |
| Octal | 107 | 37 | 376 | 110 | 130 | 0 | 0 | 373 | 143 | 70 |
| Binary | 1000111 | 11111 | 11111110 | 1001000 | 1011000 | 0 | 0 | 11111011 | 1100011 | 111000 |
Color Harmonies of #471FFE
Complementary color
Monochromatic Colors of #471FFE
Black with #471FFE
Text Example
Text Example
White with #471FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FFE; }
p { color: rgb(71,31,254); }
H1.HeaderClassName
{
color: #471FFE;
}
.AnyTagClassName
{
color: #471FFE;
}
</style>
background-color css
<style>
a { background-color: #471FFE; }
a { background-color: rgb(71,31,254); }
div.DivClassName
{
background-color: #471FFE;
}
.BgClassName
{
background-color: #471FFE;
}
</style>
border-color css
<style>
span { border-color: #471FFE; }
span { border-color: rgb(71,31,254); }
td.TdClassName
{
border-color: #471FFE;
}
.TagClassName
{
border-color: #471FFE;
}
</style>