Shades of Han Purple #5D13FC
Tints of Han Purple #5D13FC
RGB
CMYK
RGB Variations
Color information
#5D13FC (or 0x5D13FC) is known color: Han Purple. HEX triplet: 5D, 13 and FC. RGB value is (93,19,252). Sum of RGB (Red+Green+Blue) = 93+19+252=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D13FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D13FC is #A2EC03. Grayscale: #424242. Windows color (decimal): -10677252 or 16520029. OLE color: 16520029.
HSL color Cylindrical-coordinate representation of color #5D13FC: hue angle of 259.06º 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 #5D13FC is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 19 | 252 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.01 |
| HSL | 259.06º | 0.97% | 0.53% | - |
| HSV(B) | 259.06º | 0.92% | 0.99% | - |
| XYZ | 22.32 | 9.82 | 92.81 | - |
| YUV | 67.69 | 232.02 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 252 | 0.63 | 0.92 | 0 | 0.01 | 259.06 | 0.97 | 0.53 |
| Hex | 5D | 13 | FC | 3F | 5C | 0 | 1 | 103 | 61 | 35 |
| Octal | 135 | 23 | 374 | 77 | 134 | 0 | 1 | 403 | 141 | 65 |
| Binary | 1011101 | 10011 | 11111100 | 111111 | 1011100 | 0 | 1 | 100000011 | 1100001 | 110101 |
Color Harmonies of #5D13FC
Complementary color
Monochromatic Colors of #5D13FC
Black with #5D13FC
Text Example
Text Example
White with #5D13FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13FC; }
p { color: rgb(93,19,252); }
H1.HeaderClassName
{
color: #5D13FC;
}
.AnyTagClassName
{
color: #5D13FC;
}
</style>
background-color css
<style>
a { background-color: #5D13FC; }
a { background-color: rgb(93,19,252); }
div.DivClassName
{
background-color: #5D13FC;
}
.BgClassName
{
background-color: #5D13FC;
}
</style>
border-color css
<style>
span { border-color: #5D13FC; }
span { border-color: rgb(93,19,252); }
td.TdClassName
{
border-color: #5D13FC;
}
.TagClassName
{
border-color: #5D13FC;
}
</style>