Shades of Han Purple #4731DD
Tints of Han Purple #4731DD
RGB
CMYK
RGB Variations
Color information
#4731DD (or 0x4731DD) is known color: Han Purple. HEX triplet: 47, 31 and DD. RGB value is (71,49,221). Sum of RGB (Red+Green+Blue) = 71+49+221=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #4731DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731DD is #B8CE22. Grayscale: #4A4A4A. Windows color (decimal): -12111395 or 14496071. OLE color: 14496071.
HSL color Cylindrical-coordinate representation of color #4731DD: hue angle of 247.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4731DD is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 49 | 221 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.13 |
| HSL | 247.67º | 0.72% | 0.53% | - |
| HSV(B) | 247.67º | 0.78% | 0.87% | - |
| XYZ | 16.75 | 8.76 | 69.21 | - |
| YUV | 75.19 | 210.29 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 221 | 0.68 | 0.78 | 0 | 0.13 | 247.67 | 0.72 | 0.53 |
| Hex | 47 | 31 | DD | 44 | 4E | 0 | D | F8 | 48 | 35 |
| Octal | 107 | 61 | 335 | 104 | 116 | 0 | 15 | 370 | 110 | 65 |
| Binary | 1000111 | 110001 | 11011101 | 1000100 | 1001110 | 0 | 1101 | 11111000 | 1001000 | 110101 |
Color Harmonies of #4731DD
Complementary color
Monochromatic Colors of #4731DD
Black with #4731DD
Text Example
Text Example
White with #4731DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4731DD; }
p { color: rgb(71,49,221); }
H1.HeaderClassName
{
color: #4731DD;
}
.AnyTagClassName
{
color: #4731DD;
}
</style>
background-color css
<style>
a { background-color: #4731DD; }
a { background-color: rgb(71,49,221); }
div.DivClassName
{
background-color: #4731DD;
}
.BgClassName
{
background-color: #4731DD;
}
</style>
border-color css
<style>
span { border-color: #4731DD; }
span { border-color: rgb(71,49,221); }
td.TdClassName
{
border-color: #4731DD;
}
.TagClassName
{
border-color: #4731DD;
}
</style>