Shades of Han Purple #5E2DFC
Tints of Han Purple #5E2DFC
RGB
CMYK
RGB Variations
Color information
#5E2DFC (or 0x5E2DFC) is known color: Han Purple. HEX triplet: 5E, 2D and FC. RGB value is (94,45,252). Sum of RGB (Red+Green+Blue) = 94+45+252=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 45 (17.97% from 255 or 11.51% 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 #5E2DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2DFC is #A1D203. Grayscale: #525252. Windows color (decimal): -10605060 or 16526686. OLE color: 16526686.
HSL color Cylindrical-coordinate representation of color #5E2DFC: hue angle of 254.2º 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 #5E2DFC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 94 | 45 | 252 | - |
CMYK | 0.63 | 0.82 | 0 | 0.01 |
HSL | 254.2º | 0.97% | 0.58% | - |
HSV(B) | 254.2º | 0.82% | 0.99% | - |
XYZ | 23.13 | 11.28 | 93.05 | - |
YUV | 83.25 | 223.23 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 45 | 252 | 0.63 | 0.82 | 0 | 0.01 | 254.2 | 0.97 | 0.58 |
Hex | 5E | 2D | FC | 3F | 52 | 0 | 1 | FE | 61 | 3A |
Octal | 136 | 55 | 374 | 77 | 122 | 0 | 1 | 376 | 141 | 72 |
Binary | 1011110 | 101101 | 11111100 | 111111 | 1010010 | 0 | 1 | 11111110 | 1100001 | 111010 |
Color Harmonies of #5E2DFC
Complementary color
Monochromatic Colors of #5E2DFC
Black with #5E2DFC
Text Example
Text Example
White with #5E2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2DFC; }
p { color: rgb(94,45,252); }
H1.HeaderClassName
{
color: #5E2DFC;
}
.AnyTagClassName
{
color: #5E2DFC;
}
</style>
background-color css
<style>
a { background-color: #5E2DFC; }
a { background-color: rgb(94,45,252); }
div.DivClassName
{
background-color: #5E2DFC;
}
.BgClassName
{
background-color: #5E2DFC;
}
</style>
border-color css
<style>
span { border-color: #5E2DFC; }
span { border-color: rgb(94,45,252); }
td.TdClassName
{
border-color: #5E2DFC;
}
.TagClassName
{
border-color: #5E2DFC;
}
</style>