Shades of Han Purple #4F30FE
Tints of Han Purple #4F30FE
RGB
CMYK
RGB Variations
Color information
#4F30FE (or 0x4F30FE) is known color: Han Purple. HEX triplet: 4F, 30 and FE. RGB value is (79,48,254). Sum of RGB (Red+Green+Blue) = 79+48+254=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F30FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F30FE is #B0CF01. Grayscale: #4F4F4F. Windows color (decimal): -11587330 or 16658511. OLE color: 16658511.
HSL color Cylindrical-coordinate representation of color #4F30FE: hue angle of 249.03º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F30FE is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 48 | 254 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.00 |
| HSL | 249.03º | 0.99% | 0.59% | - |
| HSV(B) | 249.03º | 0.81% | 1% | - |
| XYZ | 22.17 | 10.93 | 94.71 | - |
| YUV | 80.75 | 225.77 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 254 | 0.69 | 0.81 | 0 | 0.00 | 249.03 | 0.99 | 0.59 |
| Hex | 4F | 30 | FE | 45 | 51 | 0 | 0 | F9 | 63 | 3B |
| Octal | 117 | 60 | 376 | 105 | 121 | 0 | 0 | 371 | 143 | 73 |
| Binary | 1001111 | 110000 | 11111110 | 1000101 | 1010001 | 0 | 0 | 11111001 | 1100011 | 111011 |
Color Harmonies of #4F30FE
Complementary color
Monochromatic Colors of #4F30FE
Black with #4F30FE
Text Example
Text Example
White with #4F30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F30FE; }
p { color: rgb(79,48,254); }
H1.HeaderClassName
{
color: #4F30FE;
}
.AnyTagClassName
{
color: #4F30FE;
}
</style>
background-color css
<style>
a { background-color: #4F30FE; }
a { background-color: rgb(79,48,254); }
div.DivClassName
{
background-color: #4F30FE;
}
.BgClassName
{
background-color: #4F30FE;
}
</style>
border-color css
<style>
span { border-color: #4F30FE; }
span { border-color: rgb(79,48,254); }
td.TdClassName
{
border-color: #4F30FE;
}
.TagClassName
{
border-color: #4F30FE;
}
</style>