Shades of Han Purple #472EDC
Tints of Han Purple #472EDC
RGB
CMYK
RGB Variations
Color information
#472EDC (or 0x472EDC) is known color: Han Purple. HEX triplet: 47, 2E and DC. RGB value is (71,46,220). Sum of RGB (Red+Green+Blue) = 71+46+220=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #472EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EDC is #B8D123. Grayscale: #484848. Windows color (decimal): -12112164 or 14429767. OLE color: 14429767.
HSL color Cylindrical-coordinate representation of color #472EDC: hue angle of 248.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472EDC is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 46 | 220 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.14 |
| HSL | 248.62º | 0.71% | 0.52% | - |
| HSV(B) | 248.62º | 0.79% | 0.86% | - |
| XYZ | 16.49 | 8.46 | 68.47 | - |
| YUV | 73.31 | 210.78 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 220 | 0.68 | 0.79 | 0 | 0.14 | 248.62 | 0.71 | 0.52 |
| Hex | 47 | 2E | DC | 44 | 4F | 0 | E | F9 | 47 | 34 |
| Octal | 107 | 56 | 334 | 104 | 117 | 0 | 16 | 371 | 107 | 64 |
| Binary | 1000111 | 101110 | 11011100 | 1000100 | 1001111 | 0 | 1110 | 11111001 | 1000111 | 110100 |
Color Harmonies of #472EDC
Complementary color
Monochromatic Colors of #472EDC
Black with #472EDC
Text Example
Text Example
White with #472EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EDC; }
p { color: rgb(71,46,220); }
H1.HeaderClassName
{
color: #472EDC;
}
.AnyTagClassName
{
color: #472EDC;
}
</style>
background-color css
<style>
a { background-color: #472EDC; }
a { background-color: rgb(71,46,220); }
div.DivClassName
{
background-color: #472EDC;
}
.BgClassName
{
background-color: #472EDC;
}
</style>
border-color css
<style>
span { border-color: #472EDC; }
span { border-color: rgb(71,46,220); }
td.TdClassName
{
border-color: #472EDC;
}
.TagClassName
{
border-color: #472EDC;
}
</style>