Shades of Han Purple #5D34FC
Tints of Han Purple #5D34FC
RGB
CMYK
RGB Variations
Color information
#5D34FC (or 0x5D34FC) is known color: Han Purple. HEX triplet: 5D, 34 and FC. RGB value is (93,52,252). Sum of RGB (Red+Green+Blue) = 93+52+252=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D34FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D34FC is #A2CB03. Grayscale: #565656. Windows color (decimal): -10668804 or 16528477. OLE color: 16528477.
HSL color Cylindrical-coordinate representation of color #5D34FC: hue angle of 252.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D34FC is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 52 | 252 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.01 |
| HSL | 252.3º | 0.97% | 0.6% | - |
| HSV(B) | 252.3º | 0.79% | 0.99% | - |
| XYZ | 23.31 | 11.81 | 93.15 | - |
| YUV | 87.06 | 221.08 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 252 | 0.63 | 0.79 | 0 | 0.01 | 252.3 | 0.97 | 0.6 |
| Hex | 5D | 34 | FC | 3F | 4F | 0 | 1 | FC | 61 | 3C |
| Octal | 135 | 64 | 374 | 77 | 117 | 0 | 1 | 374 | 141 | 74 |
| Binary | 1011101 | 110100 | 11111100 | 111111 | 1001111 | 0 | 1 | 11111100 | 1100001 | 111100 |
Color Harmonies of #5D34FC
Complementary color
Monochromatic Colors of #5D34FC
Black with #5D34FC
Text Example
Text Example
White with #5D34FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D34FC; }
p { color: rgb(93,52,252); }
H1.HeaderClassName
{
color: #5D34FC;
}
.AnyTagClassName
{
color: #5D34FC;
}
</style>
background-color css
<style>
a { background-color: #5D34FC; }
a { background-color: rgb(93,52,252); }
div.DivClassName
{
background-color: #5D34FC;
}
.BgClassName
{
background-color: #5D34FC;
}
</style>
border-color css
<style>
span { border-color: #5D34FC; }
span { border-color: rgb(93,52,252); }
td.TdClassName
{
border-color: #5D34FC;
}
.TagClassName
{
border-color: #5D34FC;
}
</style>