Shades of Han Purple #4F25FF
Tints of Han Purple #4F25FF
RGB
CMYK
RGB Variations
Color information
#4F25FF (or 0x4F25FF) is known color: Han Purple. HEX triplet: 4F, 25 and FF. RGB value is (79,37,255). Sum of RGB (Red+Green+Blue) = 79+37+255=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F25FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F25FF is #B0DA00. Grayscale: #494949. Windows color (decimal): -11590145 or 16721231. OLE color: 16721231.
HSL color Cylindrical-coordinate representation of color #4F25FF: hue angle of 251.56º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F25FF is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 37 | 255 | - |
| CMYK | 0.69 | 0.85 | 0 | 0 |
| HSL | 251.56º | 1% | 0.57% | - |
| HSV(B) | 251.56º | 0.85% | 1% | - |
| XYZ | 21.94 | 10.21 | 95.42 | - |
| YUV | 74.41 | 229.91 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 255 | 0.69 | 0.85 | 0 | 0 | 251.56 | 1 | 0.57 |
| Hex | 4F | 25 | FF | 45 | 55 | 0 | 0 | FC | 64 | 39 |
| Octal | 117 | 45 | 377 | 105 | 125 | 0 | 0 | 374 | 144 | 71 |
| Binary | 1001111 | 100101 | 11111111 | 1000101 | 1010101 | 0 | 0 | 11111100 | 1100100 | 111001 |
Color Harmonies of #4F25FF
Complementary color
Monochromatic Colors of #4F25FF
Black with #4F25FF
Text Example
Text Example
White with #4F25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F25FF; }
p { color: rgb(79,37,255); }
H1.HeaderClassName
{
color: #4F25FF;
}
.AnyTagClassName
{
color: #4F25FF;
}
</style>
background-color css
<style>
a { background-color: #4F25FF; }
a { background-color: rgb(79,37,255); }
div.DivClassName
{
background-color: #4F25FF;
}
.BgClassName
{
background-color: #4F25FF;
}
</style>
border-color css
<style>
span { border-color: #4F25FF; }
span { border-color: rgb(79,37,255); }
td.TdClassName
{
border-color: #4F25FF;
}
.TagClassName
{
border-color: #4F25FF;
}
</style>