Shades of Han Purple #531FE5
Tints of Han Purple #531FE5
RGB
CMYK
RGB Variations
Color information
#531FE5 (or 0x531FE5) is known color: Han Purple. HEX triplet: 53, 1F and E5. RGB value is (83,31,229). Sum of RGB (Red+Green+Blue) = 83+31+229=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 229 (89.84% from 255 or 66.76% from 343); Max value from RGB is 229 - color contains mainly: blue. Hex color #531FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531FE5 is #ACE01A. Grayscale: #444444. Windows color (decimal): -11329563 or 15015763. OLE color: 15015763.
HSL color Cylindrical-coordinate representation of color #531FE5: hue angle of 255.76º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531FE5 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 31 | 229 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.10 |
| HSL | 255.76º | 0.79% | 0.51% | - |
| HSV(B) | 255.76º | 0.86% | 0.9% | - |
| XYZ | 18.2 | 8.48 | 74.81 | - |
| YUV | 69.12 | 218.23 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 229 | 0.64 | 0.86 | 0 | 0.10 | 255.76 | 0.79 | 0.51 |
| Hex | 53 | 1F | E5 | 40 | 56 | 0 | A | 100 | 4F | 33 |
| Octal | 123 | 37 | 345 | 100 | 126 | 0 | 12 | 400 | 117 | 63 |
| Binary | 1010011 | 11111 | 11100101 | 1000000 | 1010110 | 0 | 1010 | 100000000 | 1001111 | 110011 |
Color Harmonies of #531FE5
Complementary color
Monochromatic Colors of #531FE5
Black with #531FE5
Text Example
Text Example
White with #531FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531FE5; }
p { color: rgb(83,31,229); }
H1.HeaderClassName
{
color: #531FE5;
}
.AnyTagClassName
{
color: #531FE5;
}
</style>
background-color css
<style>
a { background-color: #531FE5; }
a { background-color: rgb(83,31,229); }
div.DivClassName
{
background-color: #531FE5;
}
.BgClassName
{
background-color: #531FE5;
}
</style>
border-color css
<style>
span { border-color: #531FE5; }
span { border-color: rgb(83,31,229); }
td.TdClassName
{
border-color: #531FE5;
}
.TagClassName
{
border-color: #531FE5;
}
</style>