Shades of Han Purple #5F2EF1
Tints of Han Purple #5F2EF1
RGB
CMYK
RGB Variations
Color information
#5F2EF1 (or 0x5F2EF1) is known color: Han Purple. HEX triplet: 5F, 2E and F1. RGB value is (95,46,241). Sum of RGB (Red+Green+Blue) = 95+46+241=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F2EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2EF1 is #A0D10E. Grayscale: #525252. Windows color (decimal): -10539279 or 15806047. OLE color: 15806047.
HSL color Cylindrical-coordinate representation of color #5F2EF1: hue angle of 255.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F2EF1 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 46 | 241 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.05 |
| HSL | 255.08º | 0.87% | 0.56% | - |
| HSV(B) | 255.08º | 0.81% | 0.95% | - |
| XYZ | 21.57 | 10.74 | 84.15 | - |
| YUV | 82.88 | 217.23 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 241 | 0.61 | 0.81 | 0 | 0.05 | 255.08 | 0.87 | 0.56 |
| Hex | 5F | 2E | F1 | 3D | 51 | 0 | 5 | FF | 57 | 38 |
| Octal | 137 | 56 | 361 | 75 | 121 | 0 | 5 | 377 | 127 | 70 |
| Binary | 1011111 | 101110 | 11110001 | 111101 | 1010001 | 0 | 101 | 11111111 | 1010111 | 111000 |
Color Harmonies of #5F2EF1
Complementary color
Monochromatic Colors of #5F2EF1
Black with #5F2EF1
Text Example
Text Example
White with #5F2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2EF1; }
p { color: rgb(95,46,241); }
H1.HeaderClassName
{
color: #5F2EF1;
}
.AnyTagClassName
{
color: #5F2EF1;
}
</style>
background-color css
<style>
a { background-color: #5F2EF1; }
a { background-color: rgb(95,46,241); }
div.DivClassName
{
background-color: #5F2EF1;
}
.BgClassName
{
background-color: #5F2EF1;
}
</style>
border-color css
<style>
span { border-color: #5F2EF1; }
span { border-color: rgb(95,46,241); }
td.TdClassName
{
border-color: #5F2EF1;
}
.TagClassName
{
border-color: #5F2EF1;
}
</style>