Shades of Han Purple #5914FD
Tints of Han Purple #5914FD
RGB
CMYK
RGB Variations
Color information
#5914FD (or 0x5914FD) is known color: Han Purple. HEX triplet: 59, 14 and FD. RGB value is (89,20,253). Sum of RGB (Red+Green+Blue) = 89+20+253=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #5914FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5914FD is #A6EB02. Grayscale: #424242. Windows color (decimal): -10939139 or 16585817. OLE color: 16585817.
HSL color Cylindrical-coordinate representation of color #5914FD: hue angle of 257.77º 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 #5914FD is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 20 | 253 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.01 |
| HSL | 257.77º | 0.98% | 0.54% | - |
| HSV(B) | 257.77º | 0.92% | 0.99% | - |
| XYZ | 22.1 | 9.72 | 93.64 | - |
| YUV | 67.19 | 232.86 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 253 | 0.65 | 0.92 | 0 | 0.01 | 257.77 | 0.98 | 0.54 |
| Hex | 59 | 14 | FD | 41 | 5C | 0 | 1 | 102 | 62 | 36 |
| Octal | 131 | 24 | 375 | 101 | 134 | 0 | 1 | 402 | 142 | 66 |
| Binary | 1011001 | 10100 | 11111101 | 1000001 | 1011100 | 0 | 1 | 100000010 | 1100010 | 110110 |
Color Harmonies of #5914FD
Complementary color
Monochromatic Colors of #5914FD
Black with #5914FD
Text Example
Text Example
White with #5914FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5914FD; }
p { color: rgb(89,20,253); }
H1.HeaderClassName
{
color: #5914FD;
}
.AnyTagClassName
{
color: #5914FD;
}
</style>
background-color css
<style>
a { background-color: #5914FD; }
a { background-color: rgb(89,20,253); }
div.DivClassName
{
background-color: #5914FD;
}
.BgClassName
{
background-color: #5914FD;
}
</style>
border-color css
<style>
span { border-color: #5914FD; }
span { border-color: rgb(89,20,253); }
td.TdClassName
{
border-color: #5914FD;
}
.TagClassName
{
border-color: #5914FD;
}
</style>