Shades of Han Purple #4F1BFF
Tints of Han Purple #4F1BFF
RGB
CMYK
RGB Variations
Color information
#4F1BFF (or 0x4F1BFF) is known color: Han Purple. HEX triplet: 4F, 1B and FF. RGB value is (79,27,255). Sum of RGB (Red+Green+Blue) = 79+27+255=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F1BFF is #B0E400. Grayscale: #434343. Windows color (decimal): -11592705 or 16718671. OLE color: 16718671.
HSL color Cylindrical-coordinate representation of color #4F1BFF: hue angle of 253.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F1BFF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 27 | 255 | - |
| CMYK | 0.69 | 0.89 | 0 | 0 |
| HSL | 253.68º | 1% | 0.55% | - |
| HSV(B) | 253.68º | 0.89% | 1% | - |
| XYZ | 21.67 | 9.67 | 95.33 | - |
| YUV | 68.54 | 233.23 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 255 | 0.69 | 0.89 | 0 | 0 | 253.68 | 1 | 0.55 |
| Hex | 4F | 1B | FF | 45 | 59 | 0 | 0 | FE | 64 | 37 |
| Octal | 117 | 33 | 377 | 105 | 131 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1001111 | 11011 | 11111111 | 1000101 | 1011001 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #4F1BFF
Complementary color
Monochromatic Colors of #4F1BFF
Black with #4F1BFF
Text Example
Text Example
White with #4F1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1BFF; }
p { color: rgb(79,27,255); }
H1.HeaderClassName
{
color: #4F1BFF;
}
.AnyTagClassName
{
color: #4F1BFF;
}
</style>
background-color css
<style>
a { background-color: #4F1BFF; }
a { background-color: rgb(79,27,255); }
div.DivClassName
{
background-color: #4F1BFF;
}
.BgClassName
{
background-color: #4F1BFF;
}
</style>
border-color css
<style>
span { border-color: #4F1BFF; }
span { border-color: rgb(79,27,255); }
td.TdClassName
{
border-color: #4F1BFF;
}
.TagClassName
{
border-color: #4F1BFF;
}
</style>