Shades of Han Purple #4F0EFD
Tints of Han Purple #4F0EFD
RGB
CMYK
RGB Variations
Color information
#4F0EFD (or 0x4F0EFD) is known color: Han Purple. HEX triplet: 4F, 0E and FD. RGB value is (79,14,253). Sum of RGB (Red+Green+Blue) = 79+14+253=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F0EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0EFD is #B0F102. Grayscale: #3B3B3B. Windows color (decimal): -11596035 or 16584271. OLE color: 16584271.
HSL color Cylindrical-coordinate representation of color #4F0EFD: hue angle of 256.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0EFD is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 14 | 253 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.01 |
| HSL | 256.32º | 0.98% | 0.52% | - |
| HSV(B) | 256.32º | 0.94% | 0.99% | - |
| XYZ | 21.11 | 9.07 | 93.57 | - |
| YUV | 60.68 | 236.53 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 253 | 0.69 | 0.94 | 0 | 0.01 | 256.32 | 0.98 | 0.52 |
| Hex | 4F | E | FD | 45 | 5E | 0 | 1 | 100 | 62 | 34 |
| Octal | 117 | 16 | 375 | 105 | 136 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001111 | 1110 | 11111101 | 1000101 | 1011110 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4F0EFD
Complementary color
Monochromatic Colors of #4F0EFD
Black with #4F0EFD
Text Example
Text Example
White with #4F0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0EFD; }
p { color: rgb(79,14,253); }
H1.HeaderClassName
{
color: #4F0EFD;
}
.AnyTagClassName
{
color: #4F0EFD;
}
</style>
background-color css
<style>
a { background-color: #4F0EFD; }
a { background-color: rgb(79,14,253); }
div.DivClassName
{
background-color: #4F0EFD;
}
.BgClassName
{
background-color: #4F0EFD;
}
</style>
border-color css
<style>
span { border-color: #4F0EFD; }
span { border-color: rgb(79,14,253); }
td.TdClassName
{
border-color: #4F0EFD;
}
.TagClassName
{
border-color: #4F0EFD;
}
</style>