Shades of Han Purple #4F0AFF
Tints of Han Purple #4F0AFF
RGB
CMYK
RGB Variations
Color information
#4F0AFF (or 0x4F0AFF) is known color: Han Purple. HEX triplet: 4F, 0A and FF. RGB value is (79,10,255). Sum of RGB (Red+Green+Blue) = 79+10+255=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0AFF is #B0F500. Grayscale: #393939. Windows color (decimal): -11597057 or 16714319. OLE color: 16714319.
HSL color Cylindrical-coordinate representation of color #4F0AFF: hue angle of 256.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0AFF is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 10 | 255 | - |
| CMYK | 0.69 | 0.96 | 0 | 0 |
| HSL | 256.9º | 1% | 0.52% | - |
| HSV(B) | 256.9º | 0.96% | 1% | - |
| XYZ | 21.38 | 9.1 | 95.24 | - |
| YUV | 58.56 | 238.86 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 255 | 0.69 | 0.96 | 0 | 0 | 256.9 | 1 | 0.52 |
| Hex | 4F | A | FF | 45 | 60 | 0 | 0 | 101 | 64 | 34 |
| Octal | 117 | 12 | 377 | 105 | 140 | 0 | 0 | 401 | 144 | 64 |
| Binary | 1001111 | 1010 | 11111111 | 1000101 | 1100000 | 0 | 0 | 100000001 | 1100100 | 110100 |
Color Harmonies of #4F0AFF
Complementary color
Monochromatic Colors of #4F0AFF
Black with #4F0AFF
Text Example
Text Example
White with #4F0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0AFF; }
p { color: rgb(79,10,255); }
H1.HeaderClassName
{
color: #4F0AFF;
}
.AnyTagClassName
{
color: #4F0AFF;
}
</style>
background-color css
<style>
a { background-color: #4F0AFF; }
a { background-color: rgb(79,10,255); }
div.DivClassName
{
background-color: #4F0AFF;
}
.BgClassName
{
background-color: #4F0AFF;
}
</style>
border-color css
<style>
span { border-color: #4F0AFF; }
span { border-color: rgb(79,10,255); }
td.TdClassName
{
border-color: #4F0AFF;
}
.TagClassName
{
border-color: #4F0AFF;
}
</style>