Shades of Han Purple #5D1EFF
Tints of Han Purple #5D1EFF
RGB
CMYK
RGB Variations
Color information
#5D1EFF (or 0x5D1EFF) is known color: Han Purple. HEX triplet: 5D, 1E and FF. RGB value is (93,30,255). Sum of RGB (Red+Green+Blue) = 93+30+255=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1EFF is #A2E100. Grayscale: #494949. Windows color (decimal): -10674433 or 16719453. OLE color: 16719453.
HSL color Cylindrical-coordinate representation of color #5D1EFF: hue angle of 256.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D1EFF is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 30 | 255 | - |
| CMYK | 0.64 | 0.88 | 0 | 0 |
| HSL | 256.8º | 1% | 0.56% | - |
| HSV(B) | 256.8º | 0.88% | 1% | - |
| XYZ | 23.03 | 10.48 | 95.42 | - |
| YUV | 74.49 | 229.87 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 30 | 255 | 0.64 | 0.88 | 0 | 0 | 256.8 | 1 | 0.56 |
| Hex | 5D | 1E | FF | 40 | 58 | 0 | 0 | 101 | 64 | 38 |
| Octal | 135 | 36 | 377 | 100 | 130 | 0 | 0 | 401 | 144 | 70 |
| Binary | 1011101 | 11110 | 11111111 | 1000000 | 1011000 | 0 | 0 | 100000001 | 1100100 | 111000 |
Color Harmonies of #5D1EFF
Complementary color
Monochromatic Colors of #5D1EFF
Black with #5D1EFF
Text Example
Text Example
White with #5D1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1EFF; }
p { color: rgb(93,30,255); }
H1.HeaderClassName
{
color: #5D1EFF;
}
.AnyTagClassName
{
color: #5D1EFF;
}
</style>
background-color css
<style>
a { background-color: #5D1EFF; }
a { background-color: rgb(93,30,255); }
div.DivClassName
{
background-color: #5D1EFF;
}
.BgClassName
{
background-color: #5D1EFF;
}
</style>
border-color css
<style>
span { border-color: #5D1EFF; }
span { border-color: rgb(93,30,255); }
td.TdClassName
{
border-color: #5D1EFF;
}
.TagClassName
{
border-color: #5D1EFF;
}
</style>