Shades of Han Purple #4729DF
Tints of Han Purple #4729DF
RGB
CMYK
RGB Variations
Color information
#4729DF (or 0x4729DF) is known color: Han Purple. HEX triplet: 47, 29 and DF. RGB value is (71,41,223). Sum of RGB (Red+Green+Blue) = 71+41+223=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #4729DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4729DF is #B8D620. Grayscale: #464646. Windows color (decimal): -12113441 or 14625095. OLE color: 14625095.
HSL color Cylindrical-coordinate representation of color #4729DF: hue angle of 249.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4729DF is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 41 | 223 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.13 |
| HSL | 249.89º | 0.74% | 0.52% | - |
| HSV(B) | 249.89º | 0.82% | 0.87% | - |
| XYZ | 16.71 | 8.25 | 70.52 | - |
| YUV | 70.72 | 213.94 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 223 | 0.68 | 0.82 | 0 | 0.13 | 249.89 | 0.74 | 0.52 |
| Hex | 47 | 29 | DF | 44 | 52 | 0 | D | FA | 4A | 34 |
| Octal | 107 | 51 | 337 | 104 | 122 | 0 | 15 | 372 | 112 | 64 |
| Binary | 1000111 | 101001 | 11011111 | 1000100 | 1010010 | 0 | 1101 | 11111010 | 1001010 | 110100 |
Color Harmonies of #4729DF
Complementary color
Monochromatic Colors of #4729DF
Black with #4729DF
Text Example
Text Example
White with #4729DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4729DF; }
p { color: rgb(71,41,223); }
H1.HeaderClassName
{
color: #4729DF;
}
.AnyTagClassName
{
color: #4729DF;
}
</style>
background-color css
<style>
a { background-color: #4729DF; }
a { background-color: rgb(71,41,223); }
div.DivClassName
{
background-color: #4729DF;
}
.BgClassName
{
background-color: #4729DF;
}
</style>
border-color css
<style>
span { border-color: #4729DF; }
span { border-color: rgb(71,41,223); }
td.TdClassName
{
border-color: #4729DF;
}
.TagClassName
{
border-color: #4729DF;
}
</style>