Shades of Han Purple #4729FF
Tints of Han Purple #4729FF
RGB
CMYK
RGB Variations
Color information
#4729FF (or 0x4729FF) is known color: Han Purple. HEX triplet: 47, 29 and FF. RGB value is (71,41,255). Sum of RGB (Red+Green+Blue) = 71+41+255=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #4729FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4729FF is #B8D600. Grayscale: #494949. Windows color (decimal): -12113409 or 16722247. OLE color: 16722247.
HSL color Cylindrical-coordinate representation of color #4729FF: hue angle of 248.41º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4729FF is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 41 | 255 | - |
| CMYK | 0.72 | 0.84 | 0 | 0 |
| HSL | 248.41º | 1% | 0.58% | - |
| HSV(B) | 248.41º | 0.84% | 1% | - |
| XYZ | 21.44 | 10.15 | 95.44 | - |
| YUV | 74.37 | 229.94 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 255 | 0.72 | 0.84 | 0 | 0 | 248.41 | 1 | 0.58 |
| Hex | 47 | 29 | FF | 48 | 54 | 0 | 0 | F8 | 64 | 3A |
| Octal | 107 | 51 | 377 | 110 | 124 | 0 | 0 | 370 | 144 | 72 |
| Binary | 1000111 | 101001 | 11111111 | 1001000 | 1010100 | 0 | 0 | 11111000 | 1100100 | 111010 |
Color Harmonies of #4729FF
Complementary color
Monochromatic Colors of #4729FF
Black with #4729FF
Text Example
Text Example
White with #4729FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4729FF; }
p { color: rgb(71,41,255); }
H1.HeaderClassName
{
color: #4729FF;
}
.AnyTagClassName
{
color: #4729FF;
}
</style>
background-color css
<style>
a { background-color: #4729FF; }
a { background-color: rgb(71,41,255); }
div.DivClassName
{
background-color: #4729FF;
}
.BgClassName
{
background-color: #4729FF;
}
</style>
border-color css
<style>
span { border-color: #4729FF; }
span { border-color: rgb(71,41,255); }
td.TdClassName
{
border-color: #4729FF;
}
.TagClassName
{
border-color: #4729FF;
}
</style>