Shades of Han Purple #471DF8
Tints of Han Purple #471DF8
RGB
CMYK
RGB Variations
Color information
#471DF8 (or 0x471DF8) is known color: Han Purple. HEX triplet: 47, 1D and F8. RGB value is (71,29,248). Sum of RGB (Red+Green+Blue) = 71+29+248=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 248 (97.27% from 255 or 71.26% from 348); Max value from RGB is 248 - color contains mainly: blue. Hex color #471DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DF8 is #B8E207. Grayscale: #414141. Windows color (decimal): -12116488 or 16260423. OLE color: 16260423.
HSL color Cylindrical-coordinate representation of color #471DF8: hue angle of 251.51º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471DF8 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 29 | 248 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.03 |
| HSL | 251.51º | 0.94% | 0.54% | - |
| HSV(B) | 251.51º | 0.88% | 0.97% | - |
| XYZ | 19.98 | 9 | 89.49 | - |
| YUV | 66.52 | 230.41 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 248 | 0.71 | 0.88 | 0 | 0.03 | 251.51 | 0.94 | 0.54 |
| Hex | 47 | 1D | F8 | 47 | 58 | 0 | 3 | FC | 5E | 36 |
| Octal | 107 | 35 | 370 | 107 | 130 | 0 | 3 | 374 | 136 | 66 |
| Binary | 1000111 | 11101 | 11111000 | 1000111 | 1011000 | 0 | 11 | 11111100 | 1011110 | 110110 |
Color Harmonies of #471DF8
Complementary color
Monochromatic Colors of #471DF8
Black with #471DF8
Text Example
Text Example
White with #471DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DF8; }
p { color: rgb(71,29,248); }
H1.HeaderClassName
{
color: #471DF8;
}
.AnyTagClassName
{
color: #471DF8;
}
</style>
background-color css
<style>
a { background-color: #471DF8; }
a { background-color: rgb(71,29,248); }
div.DivClassName
{
background-color: #471DF8;
}
.BgClassName
{
background-color: #471DF8;
}
</style>
border-color css
<style>
span { border-color: #471DF8; }
span { border-color: rgb(71,29,248); }
td.TdClassName
{
border-color: #471DF8;
}
.TagClassName
{
border-color: #471DF8;
}
</style>