Shades of Han Purple #5D28F0
Tints of Han Purple #5D28F0
RGB
CMYK
RGB Variations
Color information
#5D28F0 (or 0x5D28F0) is known color: Han Purple. HEX triplet: 5D, 28 and F0. RGB value is (93,40,240). Sum of RGB (Red+Green+Blue) = 93+40+240=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #5D28F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D28F0 is #A2D70F. Grayscale: #4D4D4D. Windows color (decimal): -10671888 or 15738973. OLE color: 15738973.
HSL color Cylindrical-coordinate representation of color #5D28F0: hue angle of 255.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D28F0 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 40 | 240 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.06 |
| HSL | 255.9º | 0.87% | 0.55% | - |
| HSV(B) | 255.9º | 0.83% | 0.94% | - |
| XYZ | 21 | 10.14 | 83.29 | - |
| YUV | 78.65 | 219.06 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 240 | 0.61 | 0.83 | 0 | 0.06 | 255.9 | 0.87 | 0.55 |
| Hex | 5D | 28 | F0 | 3D | 53 | 0 | 6 | 100 | 57 | 37 |
| Octal | 135 | 50 | 360 | 75 | 123 | 0 | 6 | 400 | 127 | 67 |
| Binary | 1011101 | 101000 | 11110000 | 111101 | 1010011 | 0 | 110 | 100000000 | 1010111 | 110111 |
Color Harmonies of #5D28F0
Complementary color
Monochromatic Colors of #5D28F0
Black with #5D28F0
Text Example
Text Example
White with #5D28F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D28F0; }
p { color: rgb(93,40,240); }
H1.HeaderClassName
{
color: #5D28F0;
}
.AnyTagClassName
{
color: #5D28F0;
}
</style>
background-color css
<style>
a { background-color: #5D28F0; }
a { background-color: rgb(93,40,240); }
div.DivClassName
{
background-color: #5D28F0;
}
.BgClassName
{
background-color: #5D28F0;
}
</style>
border-color css
<style>
span { border-color: #5D28F0; }
span { border-color: rgb(93,40,240); }
td.TdClassName
{
border-color: #5D28F0;
}
.TagClassName
{
border-color: #5D28F0;
}
</style>