Shades of Han Purple #471DF5
Tints of Han Purple #471DF5
RGB
CMYK
RGB Variations
Color information
#471DF5 (or 0x471DF5) is known color: Han Purple. HEX triplet: 47, 1D and F5. RGB value is (71,29,245). Sum of RGB (Red+Green+Blue) = 71+29+245=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 245 (96.09% from 255 or 71.01% from 345); Max value from RGB is 245 - color contains mainly: blue. Hex color #471DF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DF5 is #B8E20A. Grayscale: #414141. Windows color (decimal): -12116491 or 16063815. OLE color: 16063815.
HSL color Cylindrical-coordinate representation of color #471DF5: hue angle of 251.67º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471DF5 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 29 | 245 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.04 |
| HSL | 251.67º | 0.92% | 0.54% | - |
| HSV(B) | 251.67º | 0.88% | 0.96% | - |
| XYZ | 19.52 | 8.81 | 87.06 | - |
| YUV | 66.18 | 228.91 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 245 | 0.71 | 0.88 | 0 | 0.04 | 251.67 | 0.92 | 0.54 |
| Hex | 47 | 1D | F5 | 47 | 58 | 0 | 4 | FC | 5C | 36 |
| Octal | 107 | 35 | 365 | 107 | 130 | 0 | 4 | 374 | 134 | 66 |
| Binary | 1000111 | 11101 | 11110101 | 1000111 | 1011000 | 0 | 100 | 11111100 | 1011100 | 110110 |
Color Harmonies of #471DF5
Complementary color
Monochromatic Colors of #471DF5
Black with #471DF5
Text Example
Text Example
White with #471DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DF5; }
p { color: rgb(71,29,245); }
H1.HeaderClassName
{
color: #471DF5;
}
.AnyTagClassName
{
color: #471DF5;
}
</style>
background-color css
<style>
a { background-color: #471DF5; }
a { background-color: rgb(71,29,245); }
div.DivClassName
{
background-color: #471DF5;
}
.BgClassName
{
background-color: #471DF5;
}
</style>
border-color css
<style>
span { border-color: #471DF5; }
span { border-color: rgb(71,29,245); }
td.TdClassName
{
border-color: #471DF5;
}
.TagClassName
{
border-color: #471DF5;
}
</style>