Shades of Han Purple #5731F1
Tints of Han Purple #5731F1
RGB
CMYK
RGB Variations
Color information
#5731F1 (or 0x5731F1) is known color: Han Purple. HEX triplet: 57, 31 and F1. RGB value is (87,49,241). Sum of RGB (Red+Green+Blue) = 87+49+241=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #5731F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5731F1 is #A8CE0E. Grayscale: #515151. Windows color (decimal): -11062799 or 15806807. OLE color: 15806807.
HSL color Cylindrical-coordinate representation of color #5731F1: hue angle of 251.87º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5731F1 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 49 | 241 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.05 |
| HSL | 251.88º | 0.87% | 0.57% | - |
| HSV(B) | 251.88º | 0.8% | 0.95% | - |
| XYZ | 20.91 | 10.57 | 84.16 | - |
| YUV | 82.25 | 217.59 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 241 | 0.64 | 0.80 | 0 | 0.05 | 251.88 | 0.87 | 0.57 |
| Hex | 57 | 31 | F1 | 40 | 50 | 0 | 5 | FC | 57 | 39 |
| Octal | 127 | 61 | 361 | 100 | 120 | 0 | 5 | 374 | 127 | 71 |
| Binary | 1010111 | 110001 | 11110001 | 1000000 | 1010000 | 0 | 101 | 11111100 | 1010111 | 111001 |
Color Harmonies of #5731F1
Complementary color
Monochromatic Colors of #5731F1
Black with #5731F1
Text Example
Text Example
White with #5731F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5731F1; }
p { color: rgb(87,49,241); }
H1.HeaderClassName
{
color: #5731F1;
}
.AnyTagClassName
{
color: #5731F1;
}
</style>
background-color css
<style>
a { background-color: #5731F1; }
a { background-color: rgb(87,49,241); }
div.DivClassName
{
background-color: #5731F1;
}
.BgClassName
{
background-color: #5731F1;
}
</style>
border-color css
<style>
span { border-color: #5731F1; }
span { border-color: rgb(87,49,241); }
td.TdClassName
{
border-color: #5731F1;
}
.TagClassName
{
border-color: #5731F1;
}
</style>