Shades of Han Purple #5D1DFF
Tints of Han Purple #5D1DFF
RGB
CMYK
RGB Variations
Color information
#5D1DFF (or 0x5D1DFF) is known color: Han Purple. HEX triplet: 5D, 1D and FF. RGB value is (93,29,255). Sum of RGB (Red+Green+Blue) = 93+29+255=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D1DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1DFF is #A2E200. Grayscale: #494949. Windows color (decimal): -10674689 or 16719197. OLE color: 16719197.
HSL color Cylindrical-coordinate representation of color #5D1DFF: hue angle of 256.99º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D1DFF is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 29 | 255 | - |
| CMYK | 0.64 | 0.89 | 0 | 0 |
| HSL | 256.99º | 1% | 0.56% | - |
| HSV(B) | 256.99º | 0.89% | 1% | - |
| XYZ | 23 | 10.43 | 95.41 | - |
| YUV | 73.9 | 230.2 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 255 | 0.64 | 0.89 | 0 | 0 | 256.99 | 1 | 0.56 |
| Hex | 5D | 1D | FF | 40 | 59 | 0 | 0 | 101 | 64 | 38 |
| Octal | 135 | 35 | 377 | 100 | 131 | 0 | 0 | 401 | 144 | 70 |
| Binary | 1011101 | 11101 | 11111111 | 1000000 | 1011001 | 0 | 0 | 100000001 | 1100100 | 111000 |
Color Harmonies of #5D1DFF
Complementary color
Monochromatic Colors of #5D1DFF
Black with #5D1DFF
Text Example
Text Example
White with #5D1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1DFF; }
p { color: rgb(93,29,255); }
H1.HeaderClassName
{
color: #5D1DFF;
}
.AnyTagClassName
{
color: #5D1DFF;
}
</style>
background-color css
<style>
a { background-color: #5D1DFF; }
a { background-color: rgb(93,29,255); }
div.DivClassName
{
background-color: #5D1DFF;
}
.BgClassName
{
background-color: #5D1DFF;
}
</style>
border-color css
<style>
span { border-color: #5D1DFF; }
span { border-color: rgb(93,29,255); }
td.TdClassName
{
border-color: #5D1DFF;
}
.TagClassName
{
border-color: #5D1DFF;
}
</style>