Shades of Han Purple #531DF0
Tints of Han Purple #531DF0
RGB
CMYK
RGB Variations
Color information
#531DF0 (or 0x531DF0) is known color: Han Purple. HEX triplet: 53, 1D and F0. RGB value is (83,29,240). Sum of RGB (Red+Green+Blue) = 83+29+240=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 240 (94.14% from 255 or 68.18% from 352); Max value from RGB is 240 - color contains mainly: blue. Hex color #531DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531DF0 is #ACE20F. Grayscale: #444444. Windows color (decimal): -11330064 or 15736147. OLE color: 15736147.
HSL color Cylindrical-coordinate representation of color #531DF0: hue angle of 255.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531DF0 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 29 | 240 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.06 |
| HSL | 255.36º | 0.88% | 0.53% | - |
| HSV(B) | 255.36º | 0.88% | 0.94% | - |
| XYZ | 19.73 | 9.01 | 83.14 | - |
| YUV | 69.2 | 224.39 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 240 | 0.65 | 0.88 | 0 | 0.06 | 255.36 | 0.88 | 0.53 |
| Hex | 53 | 1D | F0 | 41 | 58 | 0 | 6 | FF | 58 | 35 |
| Octal | 123 | 35 | 360 | 101 | 130 | 0 | 6 | 377 | 130 | 65 |
| Binary | 1010011 | 11101 | 11110000 | 1000001 | 1011000 | 0 | 110 | 11111111 | 1011000 | 110101 |
Color Harmonies of #531DF0
Complementary color
Monochromatic Colors of #531DF0
Black with #531DF0
Text Example
Text Example
White with #531DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531DF0; }
p { color: rgb(83,29,240); }
H1.HeaderClassName
{
color: #531DF0;
}
.AnyTagClassName
{
color: #531DF0;
}
</style>
background-color css
<style>
a { background-color: #531DF0; }
a { background-color: rgb(83,29,240); }
div.DivClassName
{
background-color: #531DF0;
}
.BgClassName
{
background-color: #531DF0;
}
</style>
border-color css
<style>
span { border-color: #531DF0; }
span { border-color: rgb(83,29,240); }
td.TdClassName
{
border-color: #531DF0;
}
.TagClassName
{
border-color: #531DF0;
}
</style>