Shades of Han Purple #4732DF
Tints of Han Purple #4732DF
RGB
CMYK
RGB Variations
Color information
#4732DF (or 0x4732DF) is known color: Han Purple. HEX triplet: 47, 32 and DF. RGB value is (71,50,223). Sum of RGB (Red+Green+Blue) = 71+50+223=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #4732DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732DF is #B8CD20. Grayscale: #4B4B4B. Windows color (decimal): -12111137 or 14627399. OLE color: 14627399.
HSL color Cylindrical-coordinate representation of color #4732DF: hue angle of 247.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4732DF is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 50 | 223 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.13 |
| HSL | 247.28º | 0.73% | 0.54% | - |
| HSV(B) | 247.28º | 0.78% | 0.87% | - |
| XYZ | 17.06 | 8.95 | 70.64 | - |
| YUV | 76 | 210.96 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 223 | 0.68 | 0.78 | 0 | 0.13 | 247.28 | 0.73 | 0.54 |
| Hex | 47 | 32 | DF | 44 | 4E | 0 | D | F7 | 49 | 36 |
| Octal | 107 | 62 | 337 | 104 | 116 | 0 | 15 | 367 | 111 | 66 |
| Binary | 1000111 | 110010 | 11011111 | 1000100 | 1001110 | 0 | 1101 | 11110111 | 1001001 | 110110 |
Color Harmonies of #4732DF
Complementary color
Monochromatic Colors of #4732DF
Black with #4732DF
Text Example
Text Example
White with #4732DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732DF; }
p { color: rgb(71,50,223); }
H1.HeaderClassName
{
color: #4732DF;
}
.AnyTagClassName
{
color: #4732DF;
}
</style>
background-color css
<style>
a { background-color: #4732DF; }
a { background-color: rgb(71,50,223); }
div.DivClassName
{
background-color: #4732DF;
}
.BgClassName
{
background-color: #4732DF;
}
</style>
border-color css
<style>
span { border-color: #4732DF; }
span { border-color: rgb(71,50,223); }
td.TdClassName
{
border-color: #4732DF;
}
.TagClassName
{
border-color: #4732DF;
}
</style>