Shades of Han Purple #4F1CDC
Tints of Han Purple #4F1CDC
RGB
CMYK
RGB Variations
Color information
#4F1CDC (or 0x4F1CDC) is known color: Han Purple. HEX triplet: 4F, 1C and DC. RGB value is (79,28,220). Sum of RGB (Red+Green+Blue) = 79+28+220=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F1CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1CDC is #B0E323. Grayscale: #404040. Windows color (decimal): -11592484 or 14425167. OLE color: 14425167.
HSL color Cylindrical-coordinate representation of color #4F1CDC: hue angle of 255.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1CDC is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 28 | 220 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.14 |
| HSL | 255.94º | 0.77% | 0.49% | - |
| HSV(B) | 255.94º | 0.87% | 0.86% | - |
| XYZ | 16.56 | 7.66 | 68.32 | - |
| YUV | 65.14 | 215.4 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 220 | 0.64 | 0.87 | 0 | 0.14 | 255.94 | 0.77 | 0.49 |
| Hex | 4F | 1C | DC | 40 | 57 | 0 | E | 100 | 4D | 31 |
| Octal | 117 | 34 | 334 | 100 | 127 | 0 | 16 | 400 | 115 | 61 |
| Binary | 1001111 | 11100 | 11011100 | 1000000 | 1010111 | 0 | 1110 | 100000000 | 1001101 | 110001 |
Color Harmonies of #4F1CDC
Complementary color
Monochromatic Colors of #4F1CDC
Black with #4F1CDC
Text Example
Text Example
White with #4F1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1CDC; }
p { color: rgb(79,28,220); }
H1.HeaderClassName
{
color: #4F1CDC;
}
.AnyTagClassName
{
color: #4F1CDC;
}
</style>
background-color css
<style>
a { background-color: #4F1CDC; }
a { background-color: rgb(79,28,220); }
div.DivClassName
{
background-color: #4F1CDC;
}
.BgClassName
{
background-color: #4F1CDC;
}
</style>
border-color css
<style>
span { border-color: #4F1CDC; }
span { border-color: rgb(79,28,220); }
td.TdClassName
{
border-color: #4F1CDC;
}
.TagClassName
{
border-color: #4F1CDC;
}
</style>