Shades of Han Purple #470DED
Tints of Han Purple #470DED
RGB
CMYK
RGB Variations
Color information
#470DED (or 0x470DED) is known color: Han Purple. HEX triplet: 47, 0D and ED. RGB value is (71,13,237). Sum of RGB (Red+Green+Blue) = 71+13+237=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #470DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470DED is #B8F212. Grayscale: #373737. Windows color (decimal): -12120595 or 15535431. OLE color: 15535431.
HSL color Cylindrical-coordinate representation of color #470DED: hue angle of 255.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470DED is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 13 | 237 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.07 |
| HSL | 255.54º | 0.9% | 0.49% | - |
| HSV(B) | 255.54º | 0.95% | 0.93% | - |
| XYZ | 18.03 | 7.74 | 80.66 | - |
| YUV | 55.88 | 230.22 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 237 | 0.70 | 0.95 | 0 | 0.07 | 255.54 | 0.9 | 0.49 |
| Hex | 47 | D | ED | 46 | 5F | 0 | 7 | 100 | 5A | 31 |
| Octal | 107 | 15 | 355 | 106 | 137 | 0 | 7 | 400 | 132 | 61 |
| Binary | 1000111 | 1101 | 11101101 | 1000110 | 1011111 | 0 | 111 | 100000000 | 1011010 | 110001 |
Color Harmonies of #470DED
Complementary color
Monochromatic Colors of #470DED
Black with #470DED
Text Example
Text Example
White with #470DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470DED; }
p { color: rgb(71,13,237); }
H1.HeaderClassName
{
color: #470DED;
}
.AnyTagClassName
{
color: #470DED;
}
</style>
background-color css
<style>
a { background-color: #470DED; }
a { background-color: rgb(71,13,237); }
div.DivClassName
{
background-color: #470DED;
}
.BgClassName
{
background-color: #470DED;
}
</style>
border-color css
<style>
span { border-color: #470DED; }
span { border-color: rgb(71,13,237); }
td.TdClassName
{
border-color: #470DED;
}
.TagClassName
{
border-color: #470DED;
}
</style>