Shades of Han Purple #4F2BFC
Tints of Han Purple #4F2BFC
RGB
CMYK
RGB Variations
Color information
#4F2BFC (or 0x4F2BFC) is known color: Han Purple. HEX triplet: 4F, 2B and FC. RGB value is (79,43,252). Sum of RGB (Red+Green+Blue) = 79+43+252=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #4F2BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2BFC is #B0D403. Grayscale: #4C4C4C. Windows color (decimal): -11588612 or 16526159. OLE color: 16526159.
HSL color Cylindrical-coordinate representation of color #4F2BFC: hue angle of 250.33º degrees, saturation: 0.97, 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 #4F2BFC is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 43 | 252 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.01 |
| HSL | 250.33º | 0.97% | 0.58% | - |
| HSV(B) | 250.33º | 0.83% | 0.99% | - |
| XYZ | 21.66 | 10.42 | 92.96 | - |
| YUV | 77.59 | 226.43 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 252 | 0.69 | 0.83 | 0 | 0.01 | 250.33 | 0.97 | 0.58 |
| Hex | 4F | 2B | FC | 45 | 53 | 0 | 1 | FA | 61 | 3A |
| Octal | 117 | 53 | 374 | 105 | 123 | 0 | 1 | 372 | 141 | 72 |
| Binary | 1001111 | 101011 | 11111100 | 1000101 | 1010011 | 0 | 1 | 11111010 | 1100001 | 111010 |
Color Harmonies of #4F2BFC
Complementary color
Monochromatic Colors of #4F2BFC
Black with #4F2BFC
Text Example
Text Example
White with #4F2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2BFC; }
p { color: rgb(79,43,252); }
H1.HeaderClassName
{
color: #4F2BFC;
}
.AnyTagClassName
{
color: #4F2BFC;
}
</style>
background-color css
<style>
a { background-color: #4F2BFC; }
a { background-color: rgb(79,43,252); }
div.DivClassName
{
background-color: #4F2BFC;
}
.BgClassName
{
background-color: #4F2BFC;
}
</style>
border-color css
<style>
span { border-color: #4F2BFC; }
span { border-color: rgb(79,43,252); }
td.TdClassName
{
border-color: #4F2BFC;
}
.TagClassName
{
border-color: #4F2BFC;
}
</style>