Shades of Han Purple #5D36F9
Tints of Han Purple #5D36F9
RGB
CMYK
RGB Variations
Color information
#5D36F9 (or 0x5D36F9) is known color: Han Purple. HEX triplet: 5D, 36 and F9. RGB value is (93,54,249). Sum of RGB (Red+Green+Blue) = 93+54+249=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 249 (97.66% from 255 or 62.88% from 396); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D36F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D36F9 is #A2C906. Grayscale: #575757. Windows color (decimal): -10668295 or 16332381. OLE color: 16332381.
HSL color Cylindrical-coordinate representation of color #5D36F9: hue angle of 252º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D36F9 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 54 | 249 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.02 |
| HSL | 252º | 0.94% | 0.59% | - |
| HSV(B) | 252º | 0.78% | 0.98% | - |
| XYZ | 22.93 | 11.81 | 90.69 | - |
| YUV | 87.89 | 218.92 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 249 | 0.63 | 0.78 | 0 | 0.02 | 252 | 0.94 | 0.59 |
| Hex | 5D | 36 | F9 | 3F | 4E | 0 | 2 | FC | 5E | 3B |
| Octal | 135 | 66 | 371 | 77 | 116 | 0 | 2 | 374 | 136 | 73 |
| Binary | 1011101 | 110110 | 11111001 | 111111 | 1001110 | 0 | 10 | 11111100 | 1011110 | 111011 |
Color Harmonies of #5D36F9
Complementary color
Monochromatic Colors of #5D36F9
Black with #5D36F9
Text Example
Text Example
White with #5D36F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D36F9; }
p { color: rgb(93,54,249); }
H1.HeaderClassName
{
color: #5D36F9;
}
.AnyTagClassName
{
color: #5D36F9;
}
</style>
background-color css
<style>
a { background-color: #5D36F9; }
a { background-color: rgb(93,54,249); }
div.DivClassName
{
background-color: #5D36F9;
}
.BgClassName
{
background-color: #5D36F9;
}
</style>
border-color css
<style>
span { border-color: #5D36F9; }
span { border-color: rgb(93,54,249); }
td.TdClassName
{
border-color: #5D36F9;
}
.TagClassName
{
border-color: #5D36F9;
}
</style>