Shades of Han Purple #531CFB
Tints of Han Purple #531CFB
RGB
CMYK
RGB Variations
Color information
#531CFB (or 0x531CFB) is known color: Han Purple. HEX triplet: 53, 1C and FB. RGB value is (83,28,251). Sum of RGB (Red+Green+Blue) = 83+28+251=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #531CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531CFB is #ACE304. Grayscale: #454545. Windows color (decimal): -11330309 or 16456787. OLE color: 16456787.
HSL color Cylindrical-coordinate representation of color #531CFB: hue angle of 254.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531CFB is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 28 | 251 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.02 |
| HSL | 254.8º | 0.97% | 0.55% | - |
| HSV(B) | 254.8º | 0.89% | 0.98% | - |
| XYZ | 21.4 | 9.63 | 92 | - |
| YUV | 69.87 | 230.22 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 251 | 0.67 | 0.89 | 0 | 0.02 | 254.8 | 0.97 | 0.55 |
| Hex | 53 | 1C | FB | 43 | 59 | 0 | 2 | FF | 61 | 37 |
| Octal | 123 | 34 | 373 | 103 | 131 | 0 | 2 | 377 | 141 | 67 |
| Binary | 1010011 | 11100 | 11111011 | 1000011 | 1011001 | 0 | 10 | 11111111 | 1100001 | 110111 |
Color Harmonies of #531CFB
Complementary color
Monochromatic Colors of #531CFB
Black with #531CFB
Text Example
Text Example
White with #531CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CFB; }
p { color: rgb(83,28,251); }
H1.HeaderClassName
{
color: #531CFB;
}
.AnyTagClassName
{
color: #531CFB;
}
</style>
background-color css
<style>
a { background-color: #531CFB; }
a { background-color: rgb(83,28,251); }
div.DivClassName
{
background-color: #531CFB;
}
.BgClassName
{
background-color: #531CFB;
}
</style>
border-color css
<style>
span { border-color: #531CFB; }
span { border-color: rgb(83,28,251); }
td.TdClassName
{
border-color: #531CFB;
}
.TagClassName
{
border-color: #531CFB;
}
</style>