Shades of Han Purple #5731FD
Tints of Han Purple #5731FD
RGB
CMYK
RGB Variations
Color information
#5731FD (or 0x5731FD) is known color: Han Purple. HEX triplet: 57, 31 and FD. RGB value is (87,49,253). Sum of RGB (Red+Green+Blue) = 87+49+253=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #5731FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5731FD is #A8CE02. Grayscale: #525252. Windows color (decimal): -11062787 or 16593239. OLE color: 16593239.
HSL color Cylindrical-coordinate representation of color #5731FD: hue angle of 251.18º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5731FD is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 49 | 253 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.01 |
| HSL | 251.18º | 0.98% | 0.59% | - |
| HSV(B) | 251.18º | 0.81% | 0.99% | - |
| XYZ | 22.76 | 11.31 | 93.91 | - |
| YUV | 83.62 | 223.59 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 253 | 0.66 | 0.81 | 0 | 0.01 | 251.18 | 0.98 | 0.59 |
| Hex | 57 | 31 | FD | 42 | 51 | 0 | 1 | FB | 62 | 3B |
| Octal | 127 | 61 | 375 | 102 | 121 | 0 | 1 | 373 | 142 | 73 |
| Binary | 1010111 | 110001 | 11111101 | 1000010 | 1010001 | 0 | 1 | 11111011 | 1100010 | 111011 |
Color Harmonies of #5731FD
Complementary color
Monochromatic Colors of #5731FD
Black with #5731FD
Text Example
Text Example
White with #5731FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5731FD; }
p { color: rgb(87,49,253); }
H1.HeaderClassName
{
color: #5731FD;
}
.AnyTagClassName
{
color: #5731FD;
}
</style>
background-color css
<style>
a { background-color: #5731FD; }
a { background-color: rgb(87,49,253); }
div.DivClassName
{
background-color: #5731FD;
}
.BgClassName
{
background-color: #5731FD;
}
</style>
border-color css
<style>
span { border-color: #5731FD; }
span { border-color: rgb(87,49,253); }
td.TdClassName
{
border-color: #5731FD;
}
.TagClassName
{
border-color: #5731FD;
}
</style>