Shades of Han Purple #5D14FC
Tints of Han Purple #5D14FC
RGB
CMYK
RGB Variations
Color information
#5D14FC (or 0x5D14FC) is known color: Han Purple. HEX triplet: 5D, 14 and FC. RGB value is (93,20,252). Sum of RGB (Red+Green+Blue) = 93+20+252=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D14FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D14FC is #A2EB03. Grayscale: #434343. Windows color (decimal): -10676996 or 16520285. OLE color: 16520285.
HSL color Cylindrical-coordinate representation of color #5D14FC: hue angle of 258.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D14FC is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 20 | 252 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.01 |
| HSL | 258.88º | 0.97% | 0.53% | - |
| HSV(B) | 258.88º | 0.92% | 0.99% | - |
| XYZ | 22.34 | 9.86 | 92.82 | - |
| YUV | 68.28 | 231.68 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 252 | 0.63 | 0.92 | 0 | 0.01 | 258.88 | 0.97 | 0.53 |
| Hex | 5D | 14 | FC | 3F | 5C | 0 | 1 | 103 | 61 | 35 |
| Octal | 135 | 24 | 374 | 77 | 134 | 0 | 1 | 403 | 141 | 65 |
| Binary | 1011101 | 10100 | 11111100 | 111111 | 1011100 | 0 | 1 | 100000011 | 1100001 | 110101 |
Color Harmonies of #5D14FC
Complementary color
Monochromatic Colors of #5D14FC
Black with #5D14FC
Text Example
Text Example
White with #5D14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D14FC; }
p { color: rgb(93,20,252); }
H1.HeaderClassName
{
color: #5D14FC;
}
.AnyTagClassName
{
color: #5D14FC;
}
</style>
background-color css
<style>
a { background-color: #5D14FC; }
a { background-color: rgb(93,20,252); }
div.DivClassName
{
background-color: #5D14FC;
}
.BgClassName
{
background-color: #5D14FC;
}
</style>
border-color css
<style>
span { border-color: #5D14FC; }
span { border-color: rgb(93,20,252); }
td.TdClassName
{
border-color: #5D14FC;
}
.TagClassName
{
border-color: #5D14FC;
}
</style>