Shades of Han Purple #531EDD
Tints of Han Purple #531EDD
RGB
CMYK
RGB Variations
Color information
#531EDD (or 0x531EDD) is known color: Han Purple. HEX triplet: 53, 1E and DD. RGB value is (83,30,221). Sum of RGB (Red+Green+Blue) = 83+30+221=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #531EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EDD is #ACE122. Grayscale: #424242. Windows color (decimal): -11329827 or 14491219. OLE color: 14491219.
HSL color Cylindrical-coordinate representation of color #531EDD: hue angle of 256.65º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531EDD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 30 | 221 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.13 |
| HSL | 256.65º | 0.76% | 0.49% | - |
| HSV(B) | 256.65º | 0.86% | 0.87% | - |
| XYZ | 17.08 | 7.99 | 69.05 | - |
| YUV | 67.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 221 | 0.62 | 0.86 | 0 | 0.13 | 256.65 | 0.76 | 0.49 |
| Hex | 53 | 1E | DD | 3E | 56 | 0 | D | 101 | 4C | 31 |
| Octal | 123 | 36 | 335 | 76 | 126 | 0 | 15 | 401 | 114 | 61 |
| Binary | 1010011 | 11110 | 11011101 | 111110 | 1010110 | 0 | 1101 | 100000001 | 1001100 | 110001 |
Color Harmonies of #531EDD
Complementary color
Monochromatic Colors of #531EDD
Black with #531EDD
Text Example
Text Example
White with #531EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531EDD; }
p { color: rgb(83,30,221); }
H1.HeaderClassName
{
color: #531EDD;
}
.AnyTagClassName
{
color: #531EDD;
}
</style>
background-color css
<style>
a { background-color: #531EDD; }
a { background-color: rgb(83,30,221); }
div.DivClassName
{
background-color: #531EDD;
}
.BgClassName
{
background-color: #531EDD;
}
</style>
border-color css
<style>
span { border-color: #531EDD; }
span { border-color: rgb(83,30,221); }
td.TdClassName
{
border-color: #531EDD;
}
.TagClassName
{
border-color: #531EDD;
}
</style>