Shades of Han Purple #5D32FC
Tints of Han Purple #5D32FC
RGB
CMYK
RGB Variations
Color information
#5D32FC (or 0x5D32FC) is known color: Han Purple. HEX triplet: 5D, 32 and FC. RGB value is (93,50,252). Sum of RGB (Red+Green+Blue) = 93+50+252=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D32FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D32FC is #A2CD03. Grayscale: #555555. Windows color (decimal): -10669316 or 16527965. OLE color: 16527965.
HSL color Cylindrical-coordinate representation of color #5D32FC: hue angle of 252.77º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D32FC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 50 | 252 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.01 |
| HSL | 252.77º | 0.97% | 0.59% | - |
| HSV(B) | 252.77º | 0.8% | 0.99% | - |
| XYZ | 23.23 | 11.64 | 93.12 | - |
| YUV | 85.89 | 221.75 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 252 | 0.63 | 0.80 | 0 | 0.01 | 252.77 | 0.97 | 0.59 |
| Hex | 5D | 32 | FC | 3F | 50 | 0 | 1 | FD | 61 | 3B |
| Octal | 135 | 62 | 374 | 77 | 120 | 0 | 1 | 375 | 141 | 73 |
| Binary | 1011101 | 110010 | 11111100 | 111111 | 1010000 | 0 | 1 | 11111101 | 1100001 | 111011 |
Color Harmonies of #5D32FC
Complementary color
Monochromatic Colors of #5D32FC
Black with #5D32FC
Text Example
Text Example
White with #5D32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D32FC; }
p { color: rgb(93,50,252); }
H1.HeaderClassName
{
color: #5D32FC;
}
.AnyTagClassName
{
color: #5D32FC;
}
</style>
background-color css
<style>
a { background-color: #5D32FC; }
a { background-color: rgb(93,50,252); }
div.DivClassName
{
background-color: #5D32FC;
}
.BgClassName
{
background-color: #5D32FC;
}
</style>
border-color css
<style>
span { border-color: #5D32FC; }
span { border-color: rgb(93,50,252); }
td.TdClassName
{
border-color: #5D32FC;
}
.TagClassName
{
border-color: #5D32FC;
}
</style>