Shades of Han Purple #472BED
Tints of Han Purple #472BED
RGB
CMYK
RGB Variations
Color information
#472BED (or 0x472BED) is known color: Han Purple. HEX triplet: 47, 2B and ED. RGB value is (71,43,237). Sum of RGB (Red+Green+Blue) = 71+43+237=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #472BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472BED is #B8D412. Grayscale: #484848. Windows color (decimal): -12112915 or 15543111. OLE color: 15543111.
HSL color Cylindrical-coordinate representation of color #472BED: hue angle of 248.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472BED is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 43 | 237 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.07 |
| HSL | 248.66º | 0.84% | 0.55% | - |
| HSV(B) | 248.66º | 0.82% | 0.93% | - |
| XYZ | 18.75 | 9.18 | 80.9 | - |
| YUV | 73.49 | 220.28 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 237 | 0.70 | 0.82 | 0 | 0.07 | 248.66 | 0.84 | 0.55 |
| Hex | 47 | 2B | ED | 46 | 52 | 0 | 7 | F9 | 54 | 37 |
| Octal | 107 | 53 | 355 | 106 | 122 | 0 | 7 | 371 | 124 | 67 |
| Binary | 1000111 | 101011 | 11101101 | 1000110 | 1010010 | 0 | 111 | 11111001 | 1010100 | 110111 |
Color Harmonies of #472BED
Complementary color
Monochromatic Colors of #472BED
Black with #472BED
Text Example
Text Example
White with #472BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BED; }
p { color: rgb(71,43,237); }
H1.HeaderClassName
{
color: #472BED;
}
.AnyTagClassName
{
color: #472BED;
}
</style>
background-color css
<style>
a { background-color: #472BED; }
a { background-color: rgb(71,43,237); }
div.DivClassName
{
background-color: #472BED;
}
.BgClassName
{
background-color: #472BED;
}
</style>
border-color css
<style>
span { border-color: #472BED; }
span { border-color: rgb(71,43,237); }
td.TdClassName
{
border-color: #472BED;
}
.TagClassName
{
border-color: #472BED;
}
</style>