Shades of Han Purple #4729FB
Tints of Han Purple #4729FB
RGB
CMYK
RGB Variations
Color information
#4729FB (or 0x4729FB) is known color: Han Purple. HEX triplet: 47, 29 and FB. RGB value is (71,41,251). Sum of RGB (Red+Green+Blue) = 71+41+251=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #4729FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4729FB is #B8D604. Grayscale: #494949. Windows color (decimal): -12113413 or 16460103. OLE color: 16460103.
HSL color Cylindrical-coordinate representation of color #4729FB: hue angle of 248.57º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4729FB is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 41 | 251 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.02 |
| HSL | 248.57º | 0.96% | 0.57% | - |
| HSV(B) | 248.57º | 0.84% | 0.98% | - |
| XYZ | 20.8 | 9.89 | 92.08 | - |
| YUV | 73.91 | 227.94 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 251 | 0.72 | 0.84 | 0 | 0.02 | 248.57 | 0.96 | 0.57 |
| Hex | 47 | 29 | FB | 48 | 54 | 0 | 2 | F9 | 60 | 39 |
| Octal | 107 | 51 | 373 | 110 | 124 | 0 | 2 | 371 | 140 | 71 |
| Binary | 1000111 | 101001 | 11111011 | 1001000 | 1010100 | 0 | 10 | 11111001 | 1100000 | 111001 |
Color Harmonies of #4729FB
Complementary color
Monochromatic Colors of #4729FB
Black with #4729FB
Text Example
Text Example
White with #4729FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4729FB; }
p { color: rgb(71,41,251); }
H1.HeaderClassName
{
color: #4729FB;
}
.AnyTagClassName
{
color: #4729FB;
}
</style>
background-color css
<style>
a { background-color: #4729FB; }
a { background-color: rgb(71,41,251); }
div.DivClassName
{
background-color: #4729FB;
}
.BgClassName
{
background-color: #4729FB;
}
</style>
border-color css
<style>
span { border-color: #4729FB; }
span { border-color: rgb(71,41,251); }
td.TdClassName
{
border-color: #4729FB;
}
.TagClassName
{
border-color: #4729FB;
}
</style>