Shades of Han Purple #4F1FFF
Tints of Han Purple #4F1FFF
RGB
CMYK
RGB Variations
Color information
#4F1FFF (or 0x4F1FFF) is known color: Han Purple. HEX triplet: 4F, 1F and FF. RGB value is (79,31,255). Sum of RGB (Red+Green+Blue) = 79+31+255=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F1FFF is #B0E000. Grayscale: #464646. Windows color (decimal): -11591681 or 16719695. OLE color: 16719695.
HSL color Cylindrical-coordinate representation of color #4F1FFF: hue angle of 252.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F1FFF is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 31 | 255 | - |
| CMYK | 0.69 | 0.88 | 0 | 0 |
| HSL | 252.86º | 1% | 0.56% | - |
| HSV(B) | 252.86º | 0.88% | 1% | - |
| XYZ | 21.76 | 9.86 | 95.36 | - |
| YUV | 70.89 | 231.9 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 31 | 255 | 0.69 | 0.88 | 0 | 0 | 252.86 | 1 | 0.56 |
| Hex | 4F | 1F | FF | 45 | 58 | 0 | 0 | FD | 64 | 38 |
| Octal | 117 | 37 | 377 | 105 | 130 | 0 | 0 | 375 | 144 | 70 |
| Binary | 1001111 | 11111 | 11111111 | 1000101 | 1011000 | 0 | 0 | 11111101 | 1100100 | 111000 |
Color Harmonies of #4F1FFF
Complementary color
Monochromatic Colors of #4F1FFF
Black with #4F1FFF
Text Example
Text Example
White with #4F1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1FFF; }
p { color: rgb(79,31,255); }
H1.HeaderClassName
{
color: #4F1FFF;
}
.AnyTagClassName
{
color: #4F1FFF;
}
</style>
background-color css
<style>
a { background-color: #4F1FFF; }
a { background-color: rgb(79,31,255); }
div.DivClassName
{
background-color: #4F1FFF;
}
.BgClassName
{
background-color: #4F1FFF;
}
</style>
border-color css
<style>
span { border-color: #4F1FFF; }
span { border-color: rgb(79,31,255); }
td.TdClassName
{
border-color: #4F1FFF;
}
.TagClassName
{
border-color: #4F1FFF;
}
</style>