Shades of Han Purple #4F18DF
Tints of Han Purple #4F18DF
RGB
CMYK
RGB Variations
Color information
#4F18DF (or 0x4F18DF) is known color: Han Purple. HEX triplet: 4F, 18 and DF. RGB value is (79,24,223). Sum of RGB (Red+Green+Blue) = 79+24+223=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F18DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F18DF is #B0E720. Grayscale: #3E3E3E. Windows color (decimal): -11593505 or 14620751. OLE color: 14620751.
HSL color Cylindrical-coordinate representation of color #4F18DF: hue angle of 256.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F18DF is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 24 | 223 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.13 |
| HSL | 256.58º | 0.81% | 0.48% | - |
| HSV(B) | 256.58º | 0.89% | 0.87% | - |
| XYZ | 16.87 | 7.64 | 70.4 | - |
| YUV | 63.13 | 218.22 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 223 | 0.65 | 0.89 | 0 | 0.13 | 256.58 | 0.81 | 0.48 |
| Hex | 4F | 18 | DF | 41 | 59 | 0 | D | 101 | 51 | 30 |
| Octal | 117 | 30 | 337 | 101 | 131 | 0 | 15 | 401 | 121 | 60 |
| Binary | 1001111 | 11000 | 11011111 | 1000001 | 1011001 | 0 | 1101 | 100000001 | 1010001 | 110000 |
Color Harmonies of #4F18DF
Complementary color
Monochromatic Colors of #4F18DF
Black with #4F18DF
Text Example
Text Example
White with #4F18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F18DF; }
p { color: rgb(79,24,223); }
H1.HeaderClassName
{
color: #4F18DF;
}
.AnyTagClassName
{
color: #4F18DF;
}
</style>
background-color css
<style>
a { background-color: #4F18DF; }
a { background-color: rgb(79,24,223); }
div.DivClassName
{
background-color: #4F18DF;
}
.BgClassName
{
background-color: #4F18DF;
}
</style>
border-color css
<style>
span { border-color: #4F18DF; }
span { border-color: rgb(79,24,223); }
td.TdClassName
{
border-color: #4F18DF;
}
.TagClassName
{
border-color: #4F18DF;
}
</style>