Shades of Han Purple #5D1CFA
Tints of Han Purple #5D1CFA
RGB
CMYK
RGB Variations
Color information
#5D1CFA (or 0x5D1CFA) is known color: Han Purple. HEX triplet: 5D, 1C and FA. RGB value is (93,28,250). Sum of RGB (Red+Green+Blue) = 93+28+250=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D1CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1CFA is #A2E305. Grayscale: #474747. Windows color (decimal): -10674950 or 16391261. OLE color: 16391261.
HSL color Cylindrical-coordinate representation of color #5D1CFA: hue angle of 257.57º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D1CFA is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 28 | 250 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.02 |
| HSL | 257.57º | 0.96% | 0.55% | - |
| HSV(B) | 257.57º | 0.89% | 0.98% | - |
| XYZ | 22.18 | 10.06 | 91.21 | - |
| YUV | 72.74 | 228.03 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 250 | 0.63 | 0.89 | 0 | 0.02 | 257.57 | 0.96 | 0.55 |
| Hex | 5D | 1C | FA | 3F | 59 | 0 | 2 | 102 | 60 | 37 |
| Octal | 135 | 34 | 372 | 77 | 131 | 0 | 2 | 402 | 140 | 67 |
| Binary | 1011101 | 11100 | 11111010 | 111111 | 1011001 | 0 | 10 | 100000010 | 1100000 | 110111 |
Color Harmonies of #5D1CFA
Complementary color
Monochromatic Colors of #5D1CFA
Black with #5D1CFA
Text Example
Text Example
White with #5D1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1CFA; }
p { color: rgb(93,28,250); }
H1.HeaderClassName
{
color: #5D1CFA;
}
.AnyTagClassName
{
color: #5D1CFA;
}
</style>
background-color css
<style>
a { background-color: #5D1CFA; }
a { background-color: rgb(93,28,250); }
div.DivClassName
{
background-color: #5D1CFA;
}
.BgClassName
{
background-color: #5D1CFA;
}
</style>
border-color css
<style>
span { border-color: #5D1CFA; }
span { border-color: rgb(93,28,250); }
td.TdClassName
{
border-color: #5D1CFA;
}
.TagClassName
{
border-color: #5D1CFA;
}
</style>