Shades of Han Purple #4732DB
Tints of Han Purple #4732DB
RGB
CMYK
RGB Variations
Color information
#4732DB (or 0x4732DB) is known color: Han Purple. HEX triplet: 47, 32 and DB. RGB value is (71,50,219). Sum of RGB (Red+Green+Blue) = 71+50+219=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4732DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732DB is #B8CD24. Grayscale: #4A4A4A. Windows color (decimal): -12111141 or 14365255. OLE color: 14365255.
HSL color Cylindrical-coordinate representation of color #4732DB: hue angle of 247.46º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4732DB is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 50 | 219 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.14 |
| HSL | 247.46º | 0.7% | 0.53% | - |
| HSV(B) | 247.46º | 0.77% | 0.86% | - |
| XYZ | 16.53 | 8.74 | 67.83 | - |
| YUV | 75.55 | 208.96 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 219 | 0.68 | 0.77 | 0 | 0.14 | 247.46 | 0.7 | 0.53 |
| Hex | 47 | 32 | DB | 44 | 4D | 0 | E | F7 | 46 | 35 |
| Octal | 107 | 62 | 333 | 104 | 115 | 0 | 16 | 367 | 106 | 65 |
| Binary | 1000111 | 110010 | 11011011 | 1000100 | 1001101 | 0 | 1110 | 11110111 | 1000110 | 110101 |
Color Harmonies of #4732DB
Complementary color
Monochromatic Colors of #4732DB
Black with #4732DB
Text Example
Text Example
White with #4732DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732DB; }
p { color: rgb(71,50,219); }
H1.HeaderClassName
{
color: #4732DB;
}
.AnyTagClassName
{
color: #4732DB;
}
</style>
background-color css
<style>
a { background-color: #4732DB; }
a { background-color: rgb(71,50,219); }
div.DivClassName
{
background-color: #4732DB;
}
.BgClassName
{
background-color: #4732DB;
}
</style>
border-color css
<style>
span { border-color: #4732DB; }
span { border-color: rgb(71,50,219); }
td.TdClassName
{
border-color: #4732DB;
}
.TagClassName
{
border-color: #4732DB;
}
</style>