Shades of Han Purple #471CD7
Tints of Han Purple #471CD7
RGB
CMYK
RGB Variations
Color information
#471CD7 (or 0x471CD7) is known color: Han Purple. HEX triplet: 47, 1C and D7. RGB value is (71,28,215). Sum of RGB (Red+Green+Blue) = 71+28+215=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 215 (84.38% from 255 or 68.47% from 314); Max value from RGB is 215 - color contains mainly: blue. Hex color #471CD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CD7 is #B8E328. Grayscale: #3D3D3D. Windows color (decimal): -12116777 or 14097479. OLE color: 14097479.
HSL color Cylindrical-coordinate representation of color #471CD7: hue angle of 253.8º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471CD7 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 28 | 215 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.16 |
| HSL | 253.8º | 0.77% | 0.48% | - |
| HSV(B) | 253.8º | 0.87% | 0.84% | - |
| XYZ | 15.28 | 7.08 | 64.85 | - |
| YUV | 62.18 | 214.25 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 215 | 0.67 | 0.87 | 0 | 0.16 | 253.8 | 0.77 | 0.48 |
| Hex | 47 | 1C | D7 | 43 | 57 | 0 | 10 | FE | 4D | 30 |
| Octal | 107 | 34 | 327 | 103 | 127 | 0 | 20 | 376 | 115 | 60 |
| Binary | 1000111 | 11100 | 11010111 | 1000011 | 1010111 | 0 | 10000 | 11111110 | 1001101 | 110000 |
Color Harmonies of #471CD7
Complementary color
Monochromatic Colors of #471CD7
Black with #471CD7
Text Example
Text Example
White with #471CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CD7; }
p { color: rgb(71,28,215); }
H1.HeaderClassName
{
color: #471CD7;
}
.AnyTagClassName
{
color: #471CD7;
}
</style>
background-color css
<style>
a { background-color: #471CD7; }
a { background-color: rgb(71,28,215); }
div.DivClassName
{
background-color: #471CD7;
}
.BgClassName
{
background-color: #471CD7;
}
</style>
border-color css
<style>
span { border-color: #471CD7; }
span { border-color: rgb(71,28,215); }
td.TdClassName
{
border-color: #471CD7;
}
.TagClassName
{
border-color: #471CD7;
}
</style>