Shades of Han Purple #531EE0
Tints of Han Purple #531EE0
RGB
CMYK
RGB Variations
Color information
#531EE0 (or 0x531EE0) is known color: Han Purple. HEX triplet: 53, 1E and E0. RGB value is (83,30,224). Sum of RGB (Red+Green+Blue) = 83+30+224=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #531EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EE0 is #ACE11F. Grayscale: #434343. Windows color (decimal): -11329824 or 14687827. OLE color: 14687827.
HSL color Cylindrical-coordinate representation of color #531EE0: hue angle of 256.39º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531EE0 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 30 | 224 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.12 |
| HSL | 256.39º | 0.76% | 0.5% | - |
| HSV(B) | 256.39º | 0.87% | 0.88% | - |
| XYZ | 17.49 | 8.15 | 71.17 | - |
| YUV | 67.96 | 216.06 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 224 | 0.63 | 0.87 | 0 | 0.12 | 256.39 | 0.76 | 0.5 |
| Hex | 53 | 1E | E0 | 3F | 57 | 0 | C | 100 | 4C | 32 |
| Octal | 123 | 36 | 340 | 77 | 127 | 0 | 14 | 400 | 114 | 62 |
| Binary | 1010011 | 11110 | 11100000 | 111111 | 1010111 | 0 | 1100 | 100000000 | 1001100 | 110010 |
Color Harmonies of #531EE0
Complementary color
Monochromatic Colors of #531EE0
Black with #531EE0
Text Example
Text Example
White with #531EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531EE0; }
p { color: rgb(83,30,224); }
H1.HeaderClassName
{
color: #531EE0;
}
.AnyTagClassName
{
color: #531EE0;
}
</style>
background-color css
<style>
a { background-color: #531EE0; }
a { background-color: rgb(83,30,224); }
div.DivClassName
{
background-color: #531EE0;
}
.BgClassName
{
background-color: #531EE0;
}
</style>
border-color css
<style>
span { border-color: #531EE0; }
span { border-color: rgb(83,30,224); }
td.TdClassName
{
border-color: #531EE0;
}
.TagClassName
{
border-color: #531EE0;
}
</style>