Shades of Han Purple #531EF3
Tints of Han Purple #531EF3
RGB
CMYK
RGB Variations
Color information
#531EF3 (or 0x531EF3) is known color: Han Purple. HEX triplet: 53, 1E and F3. RGB value is (83,30,243). Sum of RGB (Red+Green+Blue) = 83+30+243=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #531EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531EF3 is #ACE10C. Grayscale: #454545. Windows color (decimal): -11329805 or 15933011. OLE color: 15933011.
HSL color Cylindrical-coordinate representation of color #531EF3: hue angle of 254.93º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531EF3 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 30 | 243 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.05 |
| HSL | 254.93º | 0.9% | 0.54% | - |
| HSV(B) | 254.93º | 0.88% | 0.95% | - |
| XYZ | 20.21 | 9.24 | 85.51 | - |
| YUV | 70.13 | 225.56 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 243 | 0.66 | 0.88 | 0 | 0.05 | 254.93 | 0.9 | 0.54 |
| Hex | 53 | 1E | F3 | 42 | 58 | 0 | 5 | FF | 5A | 36 |
| Octal | 123 | 36 | 363 | 102 | 130 | 0 | 5 | 377 | 132 | 66 |
| Binary | 1010011 | 11110 | 11110011 | 1000010 | 1011000 | 0 | 101 | 11111111 | 1011010 | 110110 |
Color Harmonies of #531EF3
Complementary color
Monochromatic Colors of #531EF3
Black with #531EF3
Text Example
Text Example
White with #531EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531EF3; }
p { color: rgb(83,30,243); }
H1.HeaderClassName
{
color: #531EF3;
}
.AnyTagClassName
{
color: #531EF3;
}
</style>
background-color css
<style>
a { background-color: #531EF3; }
a { background-color: rgb(83,30,243); }
div.DivClassName
{
background-color: #531EF3;
}
.BgClassName
{
background-color: #531EF3;
}
</style>
border-color css
<style>
span { border-color: #531EF3; }
span { border-color: rgb(83,30,243); }
td.TdClassName
{
border-color: #531EF3;
}
.TagClassName
{
border-color: #531EF3;
}
</style>