Shades of Han Purple #531FFD
Tints of Han Purple #531FFD
RGB
CMYK
RGB Variations
Color information
#531FFD (or 0x531FFD) is known color: Han Purple. HEX triplet: 53, 1F and FD. RGB value is (83,31,253). Sum of RGB (Red+Green+Blue) = 83+31+253=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #531FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531FFD is #ACE002. Grayscale: #474747. Windows color (decimal): -11329539 or 16588627. OLE color: 16588627.
HSL color Cylindrical-coordinate representation of color #531FFD: hue angle of 254.05º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531FFD is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 31 | 253 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.01 |
| HSL | 254.05º | 0.98% | 0.56% | - |
| HSV(B) | 254.05º | 0.88% | 0.99% | - |
| XYZ | 21.79 | 9.91 | 93.69 | - |
| YUV | 71.86 | 230.23 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 253 | 0.67 | 0.88 | 0 | 0.01 | 254.05 | 0.98 | 0.56 |
| Hex | 53 | 1F | FD | 43 | 58 | 0 | 1 | FE | 62 | 38 |
| Octal | 123 | 37 | 375 | 103 | 130 | 0 | 1 | 376 | 142 | 70 |
| Binary | 1010011 | 11111 | 11111101 | 1000011 | 1011000 | 0 | 1 | 11111110 | 1100010 | 111000 |
Color Harmonies of #531FFD
Complementary color
Monochromatic Colors of #531FFD
Black with #531FFD
Text Example
Text Example
White with #531FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531FFD; }
p { color: rgb(83,31,253); }
H1.HeaderClassName
{
color: #531FFD;
}
.AnyTagClassName
{
color: #531FFD;
}
</style>
background-color css
<style>
a { background-color: #531FFD; }
a { background-color: rgb(83,31,253); }
div.DivClassName
{
background-color: #531FFD;
}
.BgClassName
{
background-color: #531FFD;
}
</style>
border-color css
<style>
span { border-color: #531FFD; }
span { border-color: rgb(83,31,253); }
td.TdClassName
{
border-color: #531FFD;
}
.TagClassName
{
border-color: #531FFD;
}
</style>