Shades of Han Purple #5729FD
Tints of Han Purple #5729FD
RGB
CMYK
RGB Variations
Color information
#5729FD (or 0x5729FD) is known color: Han Purple. HEX triplet: 57, 29 and FD. RGB value is (87,41,253). Sum of RGB (Red+Green+Blue) = 87+41+253=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #5729FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5729FD is #A8D602. Grayscale: #4E4E4E. Windows color (decimal): -11064835 or 16591191. OLE color: 16591191.
HSL color Cylindrical-coordinate representation of color #5729FD: hue angle of 253.02º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5729FD is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 41 | 253 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.01 |
| HSL | 253.02º | 0.98% | 0.58% | - |
| HSV(B) | 253.02º | 0.84% | 0.99% | - |
| XYZ | 22.45 | 10.7 | 93.81 | - |
| YUV | 78.92 | 226.24 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 253 | 0.66 | 0.84 | 0 | 0.01 | 253.02 | 0.98 | 0.58 |
| Hex | 57 | 29 | FD | 42 | 54 | 0 | 1 | FD | 62 | 3A |
| Octal | 127 | 51 | 375 | 102 | 124 | 0 | 1 | 375 | 142 | 72 |
| Binary | 1010111 | 101001 | 11111101 | 1000010 | 1010100 | 0 | 1 | 11111101 | 1100010 | 111010 |
Color Harmonies of #5729FD
Complementary color
Monochromatic Colors of #5729FD
Black with #5729FD
Text Example
Text Example
White with #5729FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5729FD; }
p { color: rgb(87,41,253); }
H1.HeaderClassName
{
color: #5729FD;
}
.AnyTagClassName
{
color: #5729FD;
}
</style>
background-color css
<style>
a { background-color: #5729FD; }
a { background-color: rgb(87,41,253); }
div.DivClassName
{
background-color: #5729FD;
}
.BgClassName
{
background-color: #5729FD;
}
</style>
border-color css
<style>
span { border-color: #5729FD; }
span { border-color: rgb(87,41,253); }
td.TdClassName
{
border-color: #5729FD;
}
.TagClassName
{
border-color: #5729FD;
}
</style>