Shades of Han Purple #471CDA
Tints of Han Purple #471CDA
RGB
CMYK
RGB Variations
Color information
#471CDA (or 0x471CDA) is known color: Han Purple. HEX triplet: 47, 1C and DA. RGB value is (71,28,218). Sum of RGB (Red+Green+Blue) = 71+28+218=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #471CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CDA is #B8E325. Grayscale: #3D3D3D. Windows color (decimal): -12116774 or 14294087. OLE color: 14294087.
HSL color Cylindrical-coordinate representation of color #471CDA: hue angle of 253.58º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471CDA is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 28 | 218 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.15 |
| HSL | 253.58º | 0.77% | 0.48% | - |
| HSV(B) | 253.58º | 0.87% | 0.85% | - |
| XYZ | 15.67 | 7.23 | 66.9 | - |
| YUV | 62.52 | 215.75 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 218 | 0.67 | 0.87 | 0 | 0.15 | 253.58 | 0.77 | 0.48 |
| Hex | 47 | 1C | DA | 43 | 57 | 0 | F | FE | 4D | 30 |
| Octal | 107 | 34 | 332 | 103 | 127 | 0 | 17 | 376 | 115 | 60 |
| Binary | 1000111 | 11100 | 11011010 | 1000011 | 1010111 | 0 | 1111 | 11111110 | 1001101 | 110000 |
Color Harmonies of #471CDA
Complementary color
Monochromatic Colors of #471CDA
Black with #471CDA
Text Example
Text Example
White with #471CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CDA; }
p { color: rgb(71,28,218); }
H1.HeaderClassName
{
color: #471CDA;
}
.AnyTagClassName
{
color: #471CDA;
}
</style>
background-color css
<style>
a { background-color: #471CDA; }
a { background-color: rgb(71,28,218); }
div.DivClassName
{
background-color: #471CDA;
}
.BgClassName
{
background-color: #471CDA;
}
</style>
border-color css
<style>
span { border-color: #471CDA; }
span { border-color: rgb(71,28,218); }
td.TdClassName
{
border-color: #471CDA;
}
.TagClassName
{
border-color: #471CDA;
}
</style>