Shades of Han Purple #5D1FFC
Tints of Han Purple #5D1FFC
RGB
CMYK
RGB Variations
Color information
#5D1FFC (or 0x5D1FFC) is known color: Han Purple. HEX triplet: 5D, 1F and FC. RGB value is (93,31,252). Sum of RGB (Red+Green+Blue) = 93+31+252=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D1FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1FFC is #A2E003. Grayscale: #494949. Windows color (decimal): -10674180 or 16523101. OLE color: 16523101.
HSL color Cylindrical-coordinate representation of color #5D1FFC: hue angle of 256.83º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D1FFC is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 31 | 252 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.01 |
| HSL | 256.83º | 0.97% | 0.55% | - |
| HSV(B) | 256.83º | 0.88% | 0.99% | - |
| XYZ | 22.57 | 10.34 | 92.9 | - |
| YUV | 74.73 | 228.04 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 252 | 0.63 | 0.88 | 0 | 0.01 | 256.83 | 0.97 | 0.55 |
| Hex | 5D | 1F | FC | 3F | 58 | 0 | 1 | 101 | 61 | 37 |
| Octal | 135 | 37 | 374 | 77 | 130 | 0 | 1 | 401 | 141 | 67 |
| Binary | 1011101 | 11111 | 11111100 | 111111 | 1011000 | 0 | 1 | 100000001 | 1100001 | 110111 |
Color Harmonies of #5D1FFC
Complementary color
Monochromatic Colors of #5D1FFC
Black with #5D1FFC
Text Example
Text Example
White with #5D1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1FFC; }
p { color: rgb(93,31,252); }
H1.HeaderClassName
{
color: #5D1FFC;
}
.AnyTagClassName
{
color: #5D1FFC;
}
</style>
background-color css
<style>
a { background-color: #5D1FFC; }
a { background-color: rgb(93,31,252); }
div.DivClassName
{
background-color: #5D1FFC;
}
.BgClassName
{
background-color: #5D1FFC;
}
</style>
border-color css
<style>
span { border-color: #5D1FFC; }
span { border-color: rgb(93,31,252); }
td.TdClassName
{
border-color: #5D1FFC;
}
.TagClassName
{
border-color: #5D1FFC;
}
</style>