Shades of Han Purple #5D2DFF
Tints of Han Purple #5D2DFF
RGB
CMYK
RGB Variations
Color information
#5D2DFF (or 0x5D2DFF) is known color: Han Purple. HEX triplet: 5D, 2D and FF. RGB value is (93,45,255). Sum of RGB (Red+Green+Blue) = 93+45+255=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D2DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2DFF is #A2D200. Grayscale: #525252. Windows color (decimal): -10670593 or 16723293. OLE color: 16723293.
HSL color Cylindrical-coordinate representation of color #5D2DFF: hue angle of 253.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D2DFF is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 45 | 255 | - |
| CMYK | 0.64 | 0.82 | 0 | 0 |
| HSL | 253.71º | 1% | 0.59% | - |
| HSV(B) | 253.71º | 0.82% | 1% | - |
| XYZ | 23.5 | 11.42 | 95.57 | - |
| YUV | 83.29 | 224.9 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 45 | 255 | 0.64 | 0.82 | 0 | 0 | 253.71 | 1 | 0.59 |
| Hex | 5D | 2D | FF | 40 | 52 | 0 | 0 | FE | 64 | 3B |
| Octal | 135 | 55 | 377 | 100 | 122 | 0 | 0 | 376 | 144 | 73 |
| Binary | 1011101 | 101101 | 11111111 | 1000000 | 1010010 | 0 | 0 | 11111110 | 1100100 | 111011 |
Color Harmonies of #5D2DFF
Complementary color
Monochromatic Colors of #5D2DFF
Black with #5D2DFF
Text Example
Text Example
White with #5D2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2DFF; }
p { color: rgb(93,45,255); }
H1.HeaderClassName
{
color: #5D2DFF;
}
.AnyTagClassName
{
color: #5D2DFF;
}
</style>
background-color css
<style>
a { background-color: #5D2DFF; }
a { background-color: rgb(93,45,255); }
div.DivClassName
{
background-color: #5D2DFF;
}
.BgClassName
{
background-color: #5D2DFF;
}
</style>
border-color css
<style>
span { border-color: #5D2DFF; }
span { border-color: rgb(93,45,255); }
td.TdClassName
{
border-color: #5D2DFF;
}
.TagClassName
{
border-color: #5D2DFF;
}
</style>