Shades of Han Purple #4F04D1
Tints of Han Purple #4F04D1
RGB
CMYK
RGB Variations
Color information
#4F04D1 (or 0x4F04D1) is known color: Han Purple. HEX triplet: 4F, 04 and D1. RGB value is (79,4,209). Sum of RGB (Red+Green+Blue) = 79+4+209=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 209 (82.03% from 255 or 71.58% from 292); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F04D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F04D1 is #B0FB2E. Grayscale: #313131. Windows color (decimal): -11598639 or 13698127. OLE color: 13698127.
HSL color Cylindrical-coordinate representation of color #4F04D1: hue angle of 261.95º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F04D1 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 4 | 209 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.18 |
| HSL | 261.95º | 0.96% | 0.42% | - |
| HSV(B) | 261.95º | 0.98% | 0.82% | - |
| XYZ | 14.78 | 6.35 | 60.77 | - |
| YUV | 49.8 | 217.85 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 209 | 0.62 | 0.98 | 0 | 0.18 | 261.95 | 0.96 | 0.42 |
| Hex | 4F | 4 | D1 | 3E | 62 | 0 | 12 | 106 | 60 | 2A |
| Octal | 117 | 4 | 321 | 76 | 142 | 0 | 22 | 406 | 140 | 52 |
| Binary | 1001111 | 100 | 11010001 | 111110 | 1100010 | 0 | 10010 | 100000110 | 1100000 | 101010 |
Color Harmonies of #4F04D1
Complementary color
Monochromatic Colors of #4F04D1
Black with #4F04D1
Text Example
Text Example
White with #4F04D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F04D1; }
p { color: rgb(79,4,209); }
H1.HeaderClassName
{
color: #4F04D1;
}
.AnyTagClassName
{
color: #4F04D1;
}
</style>
background-color css
<style>
a { background-color: #4F04D1; }
a { background-color: rgb(79,4,209); }
div.DivClassName
{
background-color: #4F04D1;
}
.BgClassName
{
background-color: #4F04D1;
}
</style>
border-color css
<style>
span { border-color: #4F04D1; }
span { border-color: rgb(79,4,209); }
td.TdClassName
{
border-color: #4F04D1;
}
.TagClassName
{
border-color: #4F04D1;
}
</style>