Shades of Han Purple #4F32DD
Tints of Han Purple #4F32DD
RGB
CMYK
RGB Variations
Color information
#4F32DD (or 0x4F32DD) is known color: Han Purple. HEX triplet: 4F, 32 and DD. RGB value is (79,50,221). Sum of RGB (Red+Green+Blue) = 79+50+221=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F32DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F32DD is #B0CD22. Grayscale: #4D4D4D. Windows color (decimal): -11586851 or 14496335. OLE color: 14496335.
HSL color Cylindrical-coordinate representation of color #4F32DD: hue angle of 250.18º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F32DD is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 50 | 221 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.13 |
| HSL | 250.18º | 0.72% | 0.53% | - |
| HSV(B) | 250.18º | 0.77% | 0.87% | - |
| XYZ | 17.42 | 9.16 | 69.26 | - |
| YUV | 78.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 221 | 0.64 | 0.77 | 0 | 0.13 | 250.18 | 0.72 | 0.53 |
| Hex | 4F | 32 | DD | 40 | 4D | 0 | D | FA | 48 | 35 |
| Octal | 117 | 62 | 335 | 100 | 115 | 0 | 15 | 372 | 110 | 65 |
| Binary | 1001111 | 110010 | 11011101 | 1000000 | 1001101 | 0 | 1101 | 11111010 | 1001000 | 110101 |
Color Harmonies of #4F32DD
Complementary color
Monochromatic Colors of #4F32DD
Black with #4F32DD
Text Example
Text Example
White with #4F32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32DD; }
p { color: rgb(79,50,221); }
H1.HeaderClassName
{
color: #4F32DD;
}
.AnyTagClassName
{
color: #4F32DD;
}
</style>
background-color css
<style>
a { background-color: #4F32DD; }
a { background-color: rgb(79,50,221); }
div.DivClassName
{
background-color: #4F32DD;
}
.BgClassName
{
background-color: #4F32DD;
}
</style>
border-color css
<style>
span { border-color: #4F32DD; }
span { border-color: rgb(79,50,221); }
td.TdClassName
{
border-color: #4F32DD;
}
.TagClassName
{
border-color: #4F32DD;
}
</style>