Shades of Han Purple #5D2EFC
Tints of Han Purple #5D2EFC
RGB
CMYK
RGB Variations
Color information
#5D2EFC (or 0x5D2EFC) is known color: Han Purple. HEX triplet: 5D, 2E and FC. RGB value is (93,46,252). Sum of RGB (Red+Green+Blue) = 93+46+252=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D2EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2EFC is #A2D103. Grayscale: #525252. Windows color (decimal): -10670340 or 16526941. OLE color: 16526941.
HSL color Cylindrical-coordinate representation of color #5D2EFC: hue angle of 253.69º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D2EFC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 46 | 252 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.01 |
| HSL | 253.69º | 0.97% | 0.58% | - |
| HSV(B) | 253.69º | 0.82% | 0.99% | - |
| XYZ | 23.06 | 11.31 | 93.06 | - |
| YUV | 83.54 | 223.07 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 252 | 0.63 | 0.82 | 0 | 0.01 | 253.69 | 0.97 | 0.58 |
| Hex | 5D | 2E | FC | 3F | 52 | 0 | 1 | FE | 61 | 3A |
| Octal | 135 | 56 | 374 | 77 | 122 | 0 | 1 | 376 | 141 | 72 |
| Binary | 1011101 | 101110 | 11111100 | 111111 | 1010010 | 0 | 1 | 11111110 | 1100001 | 111010 |
Color Harmonies of #5D2EFC
Complementary color
Monochromatic Colors of #5D2EFC
Black with #5D2EFC
Text Example
Text Example
White with #5D2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2EFC; }
p { color: rgb(93,46,252); }
H1.HeaderClassName
{
color: #5D2EFC;
}
.AnyTagClassName
{
color: #5D2EFC;
}
</style>
background-color css
<style>
a { background-color: #5D2EFC; }
a { background-color: rgb(93,46,252); }
div.DivClassName
{
background-color: #5D2EFC;
}
.BgClassName
{
background-color: #5D2EFC;
}
</style>
border-color css
<style>
span { border-color: #5D2EFC; }
span { border-color: rgb(93,46,252); }
td.TdClassName
{
border-color: #5D2EFC;
}
.TagClassName
{
border-color: #5D2EFC;
}
</style>