Shades of Han Purple #4F10DA
Tints of Han Purple #4F10DA
RGB
CMYK
RGB Variations
Color information
#4F10DA (or 0x4F10DA) is known color: Han Purple. HEX triplet: 4F, 10 and DA. RGB value is (79,16,218). Sum of RGB (Red+Green+Blue) = 79+16+218=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F10DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F10DA is #B0EF25. Grayscale: #393939. Windows color (decimal): -11595558 or 14291023. OLE color: 14291023.
HSL color Cylindrical-coordinate representation of color #4F10DA: hue angle of 258.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F10DA is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 16 | 218 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.15 |
| HSL | 258.71º | 0.86% | 0.46% | - |
| HSV(B) | 258.71º | 0.93% | 0.85% | - |
| XYZ | 16.06 | 7.09 | 66.85 | - |
| YUV | 57.87 | 218.37 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 218 | 0.64 | 0.93 | 0 | 0.15 | 258.71 | 0.86 | 0.46 |
| Hex | 4F | 10 | DA | 40 | 5D | 0 | F | 103 | 56 | 2E |
| Octal | 117 | 20 | 332 | 100 | 135 | 0 | 17 | 403 | 126 | 56 |
| Binary | 1001111 | 10000 | 11011010 | 1000000 | 1011101 | 0 | 1111 | 100000011 | 1010110 | 101110 |
Color Harmonies of #4F10DA
Complementary color
Monochromatic Colors of #4F10DA
Black with #4F10DA
Text Example
Text Example
White with #4F10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10DA; }
p { color: rgb(79,16,218); }
H1.HeaderClassName
{
color: #4F10DA;
}
.AnyTagClassName
{
color: #4F10DA;
}
</style>
background-color css
<style>
a { background-color: #4F10DA; }
a { background-color: rgb(79,16,218); }
div.DivClassName
{
background-color: #4F10DA;
}
.BgClassName
{
background-color: #4F10DA;
}
</style>
border-color css
<style>
span { border-color: #4F10DA; }
span { border-color: rgb(79,16,218); }
td.TdClassName
{
border-color: #4F10DA;
}
.TagClassName
{
border-color: #4F10DA;
}
</style>