Shades of Han Purple #4F2BFD
Tints of Han Purple #4F2BFD
RGB
CMYK
RGB Variations
Color information
#4F2BFD (or 0x4F2BFD) is known color: Han Purple. HEX triplet: 4F, 2B and FD. RGB value is (79,43,253). Sum of RGB (Red+Green+Blue) = 79+43+253=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2BFD is #B0D402. Grayscale: #4C4C4C. Windows color (decimal): -11588611 or 16591695. OLE color: 16591695.
HSL color Cylindrical-coordinate representation of color #4F2BFD: hue angle of 250.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F2BFD is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 43 | 253 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.01 |
| HSL | 250.29º | 0.98% | 0.58% | - |
| HSV(B) | 250.29º | 0.83% | 0.99% | - |
| XYZ | 21.82 | 10.48 | 93.8 | - |
| YUV | 77.7 | 226.93 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 253 | 0.69 | 0.83 | 0 | 0.01 | 250.29 | 0.98 | 0.58 |
| Hex | 4F | 2B | FD | 45 | 53 | 0 | 1 | FA | 62 | 3A |
| Octal | 117 | 53 | 375 | 105 | 123 | 0 | 1 | 372 | 142 | 72 |
| Binary | 1001111 | 101011 | 11111101 | 1000101 | 1010011 | 0 | 1 | 11111010 | 1100010 | 111010 |
Color Harmonies of #4F2BFD
Complementary color
Monochromatic Colors of #4F2BFD
Black with #4F2BFD
Text Example
Text Example
White with #4F2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2BFD; }
p { color: rgb(79,43,253); }
H1.HeaderClassName
{
color: #4F2BFD;
}
.AnyTagClassName
{
color: #4F2BFD;
}
</style>
background-color css
<style>
a { background-color: #4F2BFD; }
a { background-color: rgb(79,43,253); }
div.DivClassName
{
background-color: #4F2BFD;
}
.BgClassName
{
background-color: #4F2BFD;
}
</style>
border-color css
<style>
span { border-color: #4F2BFD; }
span { border-color: rgb(79,43,253); }
td.TdClassName
{
border-color: #4F2BFD;
}
.TagClassName
{
border-color: #4F2BFD;
}
</style>