Shades of Han Purple #531DEC
Tints of Han Purple #531DEC
RGB
CMYK
RGB Variations
Color information
#531DEC (or 0x531DEC) is known color: Han Purple. HEX triplet: 53, 1D and EC. RGB value is (83,29,236). Sum of RGB (Red+Green+Blue) = 83+29+236=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #531DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531DEC is #ACE213. Grayscale: #434343. Windows color (decimal): -11330068 or 15474003. OLE color: 15474003.
HSL color Cylindrical-coordinate representation of color #531DEC: hue angle of 255.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531DEC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 29 | 236 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.07 |
| HSL | 255.65º | 0.84% | 0.52% | - |
| HSV(B) | 255.65º | 0.88% | 0.93% | - |
| XYZ | 19.15 | 8.77 | 80.04 | - |
| YUV | 68.74 | 222.39 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 236 | 0.65 | 0.88 | 0 | 0.07 | 255.65 | 0.84 | 0.52 |
| Hex | 53 | 1D | EC | 41 | 58 | 0 | 7 | 100 | 54 | 34 |
| Octal | 123 | 35 | 354 | 101 | 130 | 0 | 7 | 400 | 124 | 64 |
| Binary | 1010011 | 11101 | 11101100 | 1000001 | 1011000 | 0 | 111 | 100000000 | 1010100 | 110100 |
Color Harmonies of #531DEC
Complementary color
Monochromatic Colors of #531DEC
Black with #531DEC
Text Example
Text Example
White with #531DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531DEC; }
p { color: rgb(83,29,236); }
H1.HeaderClassName
{
color: #531DEC;
}
.AnyTagClassName
{
color: #531DEC;
}
</style>
background-color css
<style>
a { background-color: #531DEC; }
a { background-color: rgb(83,29,236); }
div.DivClassName
{
background-color: #531DEC;
}
.BgClassName
{
background-color: #531DEC;
}
</style>
border-color css
<style>
span { border-color: #531DEC; }
span { border-color: rgb(83,29,236); }
td.TdClassName
{
border-color: #531DEC;
}
.TagClassName
{
border-color: #531DEC;
}
</style>