Shades of Han Purple #4F28FE
Tints of Han Purple #4F28FE
RGB
CMYK
RGB Variations
Color information
#4F28FE (or 0x4F28FE) is known color: Han Purple. HEX triplet: 4F, 28 and FE. RGB value is (79,40,254). Sum of RGB (Red+Green+Blue) = 79+40+254=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F28FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F28FE is #B0D701. Grayscale: #4B4B4B. Windows color (decimal): -11589378 or 16656463. OLE color: 16656463.
HSL color Cylindrical-coordinate representation of color #4F28FE: hue angle of 250.93º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F28FE is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 40 | 254 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.00 |
| HSL | 250.93º | 0.99% | 0.58% | - |
| HSV(B) | 250.93º | 0.84% | 1% | - |
| XYZ | 21.87 | 10.34 | 94.61 | - |
| YUV | 76.06 | 228.42 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 254 | 0.69 | 0.84 | 0 | 0.00 | 250.93 | 0.99 | 0.58 |
| Hex | 4F | 28 | FE | 45 | 54 | 0 | 0 | FB | 63 | 3A |
| Octal | 117 | 50 | 376 | 105 | 124 | 0 | 0 | 373 | 143 | 72 |
| Binary | 1001111 | 101000 | 11111110 | 1000101 | 1010100 | 0 | 0 | 11111011 | 1100011 | 111010 |
Color Harmonies of #4F28FE
Complementary color
Monochromatic Colors of #4F28FE
Black with #4F28FE
Text Example
Text Example
White with #4F28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F28FE; }
p { color: rgb(79,40,254); }
H1.HeaderClassName
{
color: #4F28FE;
}
.AnyTagClassName
{
color: #4F28FE;
}
</style>
background-color css
<style>
a { background-color: #4F28FE; }
a { background-color: rgb(79,40,254); }
div.DivClassName
{
background-color: #4F28FE;
}
.BgClassName
{
background-color: #4F28FE;
}
</style>
border-color css
<style>
span { border-color: #4F28FE; }
span { border-color: rgb(79,40,254); }
td.TdClassName
{
border-color: #4F28FE;
}
.TagClassName
{
border-color: #4F28FE;
}
</style>