Shades of Han Purple #471ADD
Tints of Han Purple #471ADD
RGB
CMYK
RGB Variations
Color information
#471ADD (or 0x471ADD) is known color: Han Purple. HEX triplet: 47, 1A and DD. RGB value is (71,26,221). Sum of RGB (Red+Green+Blue) = 71+26+221=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #471ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ADD is #B8E522. Grayscale: #3C3C3C. Windows color (decimal): -12117283 or 14490183. OLE color: 14490183.
HSL color Cylindrical-coordinate representation of color #471ADD: hue angle of 253.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471ADD is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 26 | 221 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.13 |
| HSL | 253.85º | 0.79% | 0.48% | - |
| HSV(B) | 253.85º | 0.88% | 0.87% | - |
| XYZ | 16.02 | 7.3 | 68.97 | - |
| YUV | 61.69 | 217.91 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 221 | 0.68 | 0.88 | 0 | 0.13 | 253.85 | 0.79 | 0.48 |
| Hex | 47 | 1A | DD | 44 | 58 | 0 | D | FE | 4F | 30 |
| Octal | 107 | 32 | 335 | 104 | 130 | 0 | 15 | 376 | 117 | 60 |
| Binary | 1000111 | 11010 | 11011101 | 1000100 | 1011000 | 0 | 1101 | 11111110 | 1001111 | 110000 |
Color Harmonies of #471ADD
Complementary color
Monochromatic Colors of #471ADD
Black with #471ADD
Text Example
Text Example
White with #471ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471ADD; }
p { color: rgb(71,26,221); }
H1.HeaderClassName
{
color: #471ADD;
}
.AnyTagClassName
{
color: #471ADD;
}
</style>
background-color css
<style>
a { background-color: #471ADD; }
a { background-color: rgb(71,26,221); }
div.DivClassName
{
background-color: #471ADD;
}
.BgClassName
{
background-color: #471ADD;
}
</style>
border-color css
<style>
span { border-color: #471ADD; }
span { border-color: rgb(71,26,221); }
td.TdClassName
{
border-color: #471ADD;
}
.TagClassName
{
border-color: #471ADD;
}
</style>