Shades of Han Purple #4F05ED
Tints of Han Purple #4F05ED
RGB
CMYK
RGB Variations
Color information
#4F05ED (or 0x4F05ED) is known color: Han Purple. HEX triplet: 4F, 05 and ED. RGB value is (79,5,237). Sum of RGB (Red+Green+Blue) = 79+5+237=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #4F05ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F05ED is #B0FA12. Grayscale: #343434. Windows color (decimal): -11598355 or 15533391. OLE color: 15533391.
HSL color Cylindrical-coordinate representation of color #4F05ED: hue angle of 259.14º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F05ED is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 5 | 237 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.07 |
| HSL | 259.14º | 0.96% | 0.47% | - |
| HSV(B) | 259.14º | 0.98% | 0.93% | - |
| XYZ | 18.56 | 7.89 | 80.66 | - |
| YUV | 53.57 | 231.52 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 237 | 0.67 | 0.98 | 0 | 0.07 | 259.14 | 0.96 | 0.47 |
| Hex | 4F | 5 | ED | 43 | 62 | 0 | 7 | 103 | 60 | 2F |
| Octal | 117 | 5 | 355 | 103 | 142 | 0 | 7 | 403 | 140 | 57 |
| Binary | 1001111 | 101 | 11101101 | 1000011 | 1100010 | 0 | 111 | 100000011 | 1100000 | 101111 |
Color Harmonies of #4F05ED
Complementary color
Monochromatic Colors of #4F05ED
Black with #4F05ED
Text Example
Text Example
White with #4F05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F05ED; }
p { color: rgb(79,5,237); }
H1.HeaderClassName
{
color: #4F05ED;
}
.AnyTagClassName
{
color: #4F05ED;
}
</style>
background-color css
<style>
a { background-color: #4F05ED; }
a { background-color: rgb(79,5,237); }
div.DivClassName
{
background-color: #4F05ED;
}
.BgClassName
{
background-color: #4F05ED;
}
</style>
border-color css
<style>
span { border-color: #4F05ED; }
span { border-color: rgb(79,5,237); }
td.TdClassName
{
border-color: #4F05ED;
}
.TagClassName
{
border-color: #4F05ED;
}
</style>