Shades of Han Purple #531FED
Tints of Han Purple #531FED
RGB
CMYK
RGB Variations
Color information
#531FED (or 0x531FED) is known color: Han Purple. HEX triplet: 53, 1F and ED. RGB value is (83,31,237). Sum of RGB (Red+Green+Blue) = 83+31+237=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #531FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531FED is #ACE012. Grayscale: #454545. Windows color (decimal): -11329555 or 15540051. OLE color: 15540051.
HSL color Cylindrical-coordinate representation of color #531FED: hue angle of 255.15º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531FED is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 31 | 237 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.07 |
| HSL | 255.15º | 0.85% | 0.53% | - |
| HSV(B) | 255.15º | 0.87% | 0.93% | - |
| XYZ | 19.34 | 8.93 | 80.83 | - |
| YUV | 70.03 | 222.23 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 237 | 0.65 | 0.87 | 0 | 0.07 | 255.15 | 0.85 | 0.53 |
| Hex | 53 | 1F | ED | 41 | 57 | 0 | 7 | FF | 55 | 35 |
| Octal | 123 | 37 | 355 | 101 | 127 | 0 | 7 | 377 | 125 | 65 |
| Binary | 1010011 | 11111 | 11101101 | 1000001 | 1010111 | 0 | 111 | 11111111 | 1010101 | 110101 |
Color Harmonies of #531FED
Complementary color
Monochromatic Colors of #531FED
Black with #531FED
Text Example
Text Example
White with #531FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531FED; }
p { color: rgb(83,31,237); }
H1.HeaderClassName
{
color: #531FED;
}
.AnyTagClassName
{
color: #531FED;
}
</style>
background-color css
<style>
a { background-color: #531FED; }
a { background-color: rgb(83,31,237); }
div.DivClassName
{
background-color: #531FED;
}
.BgClassName
{
background-color: #531FED;
}
</style>
border-color css
<style>
span { border-color: #531FED; }
span { border-color: rgb(83,31,237); }
td.TdClassName
{
border-color: #531FED;
}
.TagClassName
{
border-color: #531FED;
}
</style>