Shades of Han Purple #531FFF
Tints of Han Purple #531FFF
RGB
CMYK
RGB Variations
Color information
#531FFF (or 0x531FFF) is known color: Han Purple. HEX triplet: 53, 1F and FF. RGB value is (83,31,255). Sum of RGB (Red+Green+Blue) = 83+31+255=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #531FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531FFF is #ACE000. Grayscale: #474747. Windows color (decimal): -11329537 or 16719699. OLE color: 16719699.
HSL color Cylindrical-coordinate representation of color #531FFF: hue angle of 253.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531FFF is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 31 | 255 | - |
| CMYK | 0.67 | 0.88 | 0 | 0 |
| HSL | 253.93º | 1% | 0.56% | - |
| HSV(B) | 253.93º | 0.88% | 1% | - |
| XYZ | 22.11 | 10.04 | 95.38 | - |
| YUV | 72.08 | 231.23 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 255 | 0.67 | 0.88 | 0 | 0 | 253.93 | 1 | 0.56 |
| Hex | 53 | 1F | FF | 43 | 58 | 0 | 0 | FE | 64 | 38 |
| Octal | 123 | 37 | 377 | 103 | 130 | 0 | 0 | 376 | 144 | 70 |
| Binary | 1010011 | 11111 | 11111111 | 1000011 | 1011000 | 0 | 0 | 11111110 | 1100100 | 111000 |
Color Harmonies of #531FFF
Complementary color
Monochromatic Colors of #531FFF
Black with #531FFF
Text Example
Text Example
White with #531FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531FFF; }
p { color: rgb(83,31,255); }
H1.HeaderClassName
{
color: #531FFF;
}
.AnyTagClassName
{
color: #531FFF;
}
</style>
background-color css
<style>
a { background-color: #531FFF; }
a { background-color: rgb(83,31,255); }
div.DivClassName
{
background-color: #531FFF;
}
.BgClassName
{
background-color: #531FFF;
}
</style>
border-color css
<style>
span { border-color: #531FFF; }
span { border-color: rgb(83,31,255); }
td.TdClassName
{
border-color: #531FFF;
}
.TagClassName
{
border-color: #531FFF;
}
</style>