Shades of Han Purple #471CFA
Tints of Han Purple #471CFA
RGB
CMYK
RGB Variations
Color information
#471CFA (or 0x471CFA) is known color: Han Purple. HEX triplet: 47, 1C and FA. RGB value is (71,28,250). Sum of RGB (Red+Green+Blue) = 71+28+250=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #471CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFA is #B8E305. Grayscale: #414141. Windows color (decimal): -12116742 or 16391239. OLE color: 16391239.
HSL color Cylindrical-coordinate representation of color #471CFA: hue angle of 251.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471CFA is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 28 | 250 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.02 |
| HSL | 251.62º | 0.96% | 0.55% | - |
| HSV(B) | 251.62º | 0.89% | 0.98% | - |
| XYZ | 20.27 | 9.07 | 91.13 | - |
| YUV | 66.17 | 231.75 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 250 | 0.72 | 0.89 | 0 | 0.02 | 251.62 | 0.96 | 0.55 |
| Hex | 47 | 1C | FA | 48 | 59 | 0 | 2 | FC | 60 | 37 |
| Octal | 107 | 34 | 372 | 110 | 131 | 0 | 2 | 374 | 140 | 67 |
| Binary | 1000111 | 11100 | 11111010 | 1001000 | 1011001 | 0 | 10 | 11111100 | 1100000 | 110111 |
Color Harmonies of #471CFA
Complementary color
Monochromatic Colors of #471CFA
Black with #471CFA
Text Example
Text Example
White with #471CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CFA; }
p { color: rgb(71,28,250); }
H1.HeaderClassName
{
color: #471CFA;
}
.AnyTagClassName
{
color: #471CFA;
}
</style>
background-color css
<style>
a { background-color: #471CFA; }
a { background-color: rgb(71,28,250); }
div.DivClassName
{
background-color: #471CFA;
}
.BgClassName
{
background-color: #471CFA;
}
</style>
border-color css
<style>
span { border-color: #471CFA; }
span { border-color: rgb(71,28,250); }
td.TdClassName
{
border-color: #471CFA;
}
.TagClassName
{
border-color: #471CFA;
}
</style>