Shades of Han Purple #531FFB
Tints of Han Purple #531FFB
RGB
CMYK
RGB Variations
Color information
#531FFB (or 0x531FFB) is known color: Han Purple. HEX triplet: 53, 1F and FB. RGB value is (83,31,251). Sum of RGB (Red+Green+Blue) = 83+31+251=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #531FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531FFB is #ACE004. Grayscale: #464646. Windows color (decimal): -11329541 or 16457555. OLE color: 16457555.
HSL color Cylindrical-coordinate representation of color #531FFB: hue angle of 254.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531FFB is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 31 | 251 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.02 |
| HSL | 254.18º | 0.96% | 0.55% | - |
| HSV(B) | 254.18º | 0.88% | 0.98% | - |
| XYZ | 21.47 | 9.78 | 92.02 | - |
| YUV | 71.63 | 229.23 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 251 | 0.67 | 0.88 | 0 | 0.02 | 254.18 | 0.96 | 0.55 |
| Hex | 53 | 1F | FB | 43 | 58 | 0 | 2 | FE | 60 | 37 |
| Octal | 123 | 37 | 373 | 103 | 130 | 0 | 2 | 376 | 140 | 67 |
| Binary | 1010011 | 11111 | 11111011 | 1000011 | 1011000 | 0 | 10 | 11111110 | 1100000 | 110111 |
Color Harmonies of #531FFB
Complementary color
Monochromatic Colors of #531FFB
Black with #531FFB
Text Example
Text Example
White with #531FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531FFB; }
p { color: rgb(83,31,251); }
H1.HeaderClassName
{
color: #531FFB;
}
.AnyTagClassName
{
color: #531FFB;
}
</style>
background-color css
<style>
a { background-color: #531FFB; }
a { background-color: rgb(83,31,251); }
div.DivClassName
{
background-color: #531FFB;
}
.BgClassName
{
background-color: #531FFB;
}
</style>
border-color css
<style>
span { border-color: #531FFB; }
span { border-color: rgb(83,31,251); }
td.TdClassName
{
border-color: #531FFB;
}
.TagClassName
{
border-color: #531FFB;
}
</style>