Shades of Han Purple #5D28FC
Tints of Han Purple #5D28FC
RGB
CMYK
RGB Variations
Color information
#5D28FC (or 0x5D28FC) is known color: Han Purple. HEX triplet: 5D, 28 and FC. RGB value is (93,40,252). Sum of RGB (Red+Green+Blue) = 93+40+252=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D28FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D28FC is #A2D703. Grayscale: #4F4F4F. Windows color (decimal): -10671876 or 16525405. OLE color: 16525405.
HSL color Cylindrical-coordinate representation of color #5D28FC: hue angle of 255º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D28FC is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 40 | 252 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.01 |
| HSL | 255º | 0.97% | 0.57% | - |
| HSV(B) | 255º | 0.84% | 0.99% | - |
| XYZ | 22.84 | 10.87 | 92.99 | - |
| YUV | 80.02 | 225.06 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 252 | 0.63 | 0.84 | 0 | 0.01 | 255 | 0.97 | 0.57 |
| Hex | 5D | 28 | FC | 3F | 54 | 0 | 1 | FF | 61 | 39 |
| Octal | 135 | 50 | 374 | 77 | 124 | 0 | 1 | 377 | 141 | 71 |
| Binary | 1011101 | 101000 | 11111100 | 111111 | 1010100 | 0 | 1 | 11111111 | 1100001 | 111001 |
Color Harmonies of #5D28FC
Complementary color
Monochromatic Colors of #5D28FC
Black with #5D28FC
Text Example
Text Example
White with #5D28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D28FC; }
p { color: rgb(93,40,252); }
H1.HeaderClassName
{
color: #5D28FC;
}
.AnyTagClassName
{
color: #5D28FC;
}
</style>
background-color css
<style>
a { background-color: #5D28FC; }
a { background-color: rgb(93,40,252); }
div.DivClassName
{
background-color: #5D28FC;
}
.BgClassName
{
background-color: #5D28FC;
}
</style>
border-color css
<style>
span { border-color: #5D28FC; }
span { border-color: rgb(93,40,252); }
td.TdClassName
{
border-color: #5D28FC;
}
.TagClassName
{
border-color: #5D28FC;
}
</style>