Shades of Han Purple #4A32DF
Tints of Han Purple #4A32DF
RGB
CMYK
RGB Variations
Color information
#4A32DF (or 0x4A32DF) is known color: Han Purple. HEX triplet: 4A, 32 and DF. RGB value is (74,50,223). Sum of RGB (Red+Green+Blue) = 74+50+223=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A32DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A32DF is #B5CD20. Grayscale: #4C4C4C. Windows color (decimal): -11914529 or 14627402. OLE color: 14627402.
HSL color Cylindrical-coordinate representation of color #4A32DF: hue angle of 248.32º 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 #4A32DF is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 50 | 223 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.13 |
| HSL | 248.32º | 0.73% | 0.54% | - |
| HSV(B) | 248.32º | 0.78% | 0.87% | - |
| XYZ | 17.28 | 9.06 | 70.65 | - |
| YUV | 76.9 | 210.45 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 223 | 0.67 | 0.78 | 0 | 0.13 | 248.32 | 0.73 | 0.54 |
| Hex | 4A | 32 | DF | 43 | 4E | 0 | D | F8 | 49 | 36 |
| Octal | 112 | 62 | 337 | 103 | 116 | 0 | 15 | 370 | 111 | 66 |
| Binary | 1001010 | 110010 | 11011111 | 1000011 | 1001110 | 0 | 1101 | 11111000 | 1001001 | 110110 |
Color Harmonies of #4A32DF
Complementary color
Monochromatic Colors of #4A32DF
Black with #4A32DF
Text Example
Text Example
White with #4A32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A32DF; }
p { color: rgb(74,50,223); }
H1.HeaderClassName
{
color: #4A32DF;
}
.AnyTagClassName
{
color: #4A32DF;
}
</style>
background-color css
<style>
a { background-color: #4A32DF; }
a { background-color: rgb(74,50,223); }
div.DivClassName
{
background-color: #4A32DF;
}
.BgClassName
{
background-color: #4A32DF;
}
</style>
border-color css
<style>
span { border-color: #4A32DF; }
span { border-color: rgb(74,50,223); }
td.TdClassName
{
border-color: #4A32DF;
}
.TagClassName
{
border-color: #4A32DF;
}
</style>