Shades of Han Purple #5E14FD
Tints of Han Purple #5E14FD
RGB
CMYK
RGB Variations
Color information
#5E14FD (or 0x5E14FD) is known color: Han Purple. HEX triplet: 5E, 14 and FD. RGB value is (94,20,253). Sum of RGB (Red+Green+Blue) = 94+20+253=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E14FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E14FD is #A1EB02. Grayscale: #434343. Windows color (decimal): -10611459 or 16585822. OLE color: 16585822.
HSL color Cylindrical-coordinate representation of color #5E14FD: hue angle of 259.06º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E14FD is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 20 | 253 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.01 |
| HSL | 259.06º | 0.98% | 0.54% | - |
| HSV(B) | 259.06º | 0.92% | 0.99% | - |
| XYZ | 22.6 | 9.97 | 93.66 | - |
| YUV | 68.69 | 232.02 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 253 | 0.63 | 0.92 | 0 | 0.01 | 259.06 | 0.98 | 0.54 |
| Hex | 5E | 14 | FD | 3F | 5C | 0 | 1 | 103 | 62 | 36 |
| Octal | 136 | 24 | 375 | 77 | 134 | 0 | 1 | 403 | 142 | 66 |
| Binary | 1011110 | 10100 | 11111101 | 111111 | 1011100 | 0 | 1 | 100000011 | 1100010 | 110110 |
Color Harmonies of #5E14FD
Complementary color
Monochromatic Colors of #5E14FD
Black with #5E14FD
Text Example
Text Example
White with #5E14FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E14FD; }
p { color: rgb(94,20,253); }
H1.HeaderClassName
{
color: #5E14FD;
}
.AnyTagClassName
{
color: #5E14FD;
}
</style>
background-color css
<style>
a { background-color: #5E14FD; }
a { background-color: rgb(94,20,253); }
div.DivClassName
{
background-color: #5E14FD;
}
.BgClassName
{
background-color: #5E14FD;
}
</style>
border-color css
<style>
span { border-color: #5E14FD; }
span { border-color: rgb(94,20,253); }
td.TdClassName
{
border-color: #5E14FD;
}
.TagClassName
{
border-color: #5E14FD;
}
</style>