Shades of Han Purple #5D1CFE
Tints of Han Purple #5D1CFE
RGB
CMYK
RGB Variations
Color information
#5D1CFE (or 0x5D1CFE) is known color: Han Purple. HEX triplet: 5D, 1C and FE. RGB value is (93,28,254). Sum of RGB (Red+Green+Blue) = 93+28+254=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D1CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1CFE is #A2E301. Grayscale: #484848. Windows color (decimal): -10674946 or 16653405. OLE color: 16653405.
HSL color Cylindrical-coordinate representation of color #5D1CFE: hue angle of 257.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D1CFE is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 28 | 254 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.00 |
| HSL | 257.26º | 0.99% | 0.55% | - |
| HSV(B) | 257.26º | 0.89% | 1% | - |
| XYZ | 22.82 | 10.31 | 94.55 | - |
| YUV | 73.2 | 230.03 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 254 | 0.63 | 0.89 | 0 | 0.00 | 257.26 | 0.99 | 0.55 |
| Hex | 5D | 1C | FE | 3F | 59 | 0 | 0 | 101 | 63 | 37 |
| Octal | 135 | 34 | 376 | 77 | 131 | 0 | 0 | 401 | 143 | 67 |
| Binary | 1011101 | 11100 | 11111110 | 111111 | 1011001 | 0 | 0 | 100000001 | 1100011 | 110111 |
Color Harmonies of #5D1CFE
Complementary color
Monochromatic Colors of #5D1CFE
Black with #5D1CFE
Text Example
Text Example
White with #5D1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1CFE; }
p { color: rgb(93,28,254); }
H1.HeaderClassName
{
color: #5D1CFE;
}
.AnyTagClassName
{
color: #5D1CFE;
}
</style>
background-color css
<style>
a { background-color: #5D1CFE; }
a { background-color: rgb(93,28,254); }
div.DivClassName
{
background-color: #5D1CFE;
}
.BgClassName
{
background-color: #5D1CFE;
}
</style>
border-color css
<style>
span { border-color: #5D1CFE; }
span { border-color: rgb(93,28,254); }
td.TdClassName
{
border-color: #5D1CFE;
}
.TagClassName
{
border-color: #5D1CFE;
}
</style>