Shades of Han Purple #5D34F9
Tints of Han Purple #5D34F9
RGB
CMYK
RGB Variations
Color information
#5D34F9 (or 0x5D34F9) is known color: Han Purple. HEX triplet: 5D, 34 and F9. RGB value is (93,52,249). Sum of RGB (Red+Green+Blue) = 93+52+249=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D34F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D34F9 is #A2CB06. Grayscale: #555555. Windows color (decimal): -10668807 or 16331869. OLE color: 16331869.
HSL color Cylindrical-coordinate representation of color #5D34F9: hue angle of 252.49º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D34F9 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 52 | 249 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.02 |
| HSL | 252.49º | 0.94% | 0.59% | - |
| HSV(B) | 252.49º | 0.79% | 0.98% | - |
| XYZ | 22.84 | 11.62 | 90.66 | - |
| YUV | 86.72 | 219.58 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 249 | 0.63 | 0.79 | 0 | 0.02 | 252.49 | 0.94 | 0.59 |
| Hex | 5D | 34 | F9 | 3F | 4F | 0 | 2 | FC | 5E | 3B |
| Octal | 135 | 64 | 371 | 77 | 117 | 0 | 2 | 374 | 136 | 73 |
| Binary | 1011101 | 110100 | 11111001 | 111111 | 1001111 | 0 | 10 | 11111100 | 1011110 | 111011 |
Color Harmonies of #5D34F9
Complementary color
Monochromatic Colors of #5D34F9
Black with #5D34F9
Text Example
Text Example
White with #5D34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D34F9; }
p { color: rgb(93,52,249); }
H1.HeaderClassName
{
color: #5D34F9;
}
.AnyTagClassName
{
color: #5D34F9;
}
</style>
background-color css
<style>
a { background-color: #5D34F9; }
a { background-color: rgb(93,52,249); }
div.DivClassName
{
background-color: #5D34F9;
}
.BgClassName
{
background-color: #5D34F9;
}
</style>
border-color css
<style>
span { border-color: #5D34F9; }
span { border-color: rgb(93,52,249); }
td.TdClassName
{
border-color: #5D34F9;
}
.TagClassName
{
border-color: #5D34F9;
}
</style>