Shades of Han Purple #5E2BF3
Tints of Han Purple #5E2BF3
RGB
CMYK
RGB Variations
Color information
#5E2BF3 (or 0x5E2BF3) is known color: Han Purple. HEX triplet: 5E, 2B and F3. RGB value is (94,43,243). Sum of RGB (Red+Green+Blue) = 94+43+243=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 243 (95.31% from 255 or 63.95% from 380); Max value from RGB is 243 - color contains mainly: blue. Hex color #5E2BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2BF3 is #A1D40C. Grayscale: #505050. Windows color (decimal): -10605581 or 15936350. OLE color: 15936350.
HSL color Cylindrical-coordinate representation of color #5E2BF3: hue angle of 255.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E2BF3 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 43 | 243 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.05 |
| HSL | 255.3º | 0.89% | 0.56% | - |
| HSV(B) | 255.3º | 0.82% | 0.95% | - |
| XYZ | 21.66 | 10.58 | 85.69 | - |
| YUV | 81.05 | 219.4 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 243 | 0.61 | 0.82 | 0 | 0.05 | 255.3 | 0.89 | 0.56 |
| Hex | 5E | 2B | F3 | 3D | 52 | 0 | 5 | FF | 59 | 38 |
| Octal | 136 | 53 | 363 | 75 | 122 | 0 | 5 | 377 | 131 | 70 |
| Binary | 1011110 | 101011 | 11110011 | 111101 | 1010010 | 0 | 101 | 11111111 | 1011001 | 111000 |
Color Harmonies of #5E2BF3
Complementary color
Monochromatic Colors of #5E2BF3
Black with #5E2BF3
Text Example
Text Example
White with #5E2BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BF3; }
p { color: rgb(94,43,243); }
H1.HeaderClassName
{
color: #5E2BF3;
}
.AnyTagClassName
{
color: #5E2BF3;
}
</style>
background-color css
<style>
a { background-color: #5E2BF3; }
a { background-color: rgb(94,43,243); }
div.DivClassName
{
background-color: #5E2BF3;
}
.BgClassName
{
background-color: #5E2BF3;
}
</style>
border-color css
<style>
span { border-color: #5E2BF3; }
span { border-color: rgb(94,43,243); }
td.TdClassName
{
border-color: #5E2BF3;
}
.TagClassName
{
border-color: #5E2BF3;
}
</style>