Shades of Han Purple #5729F8
Tints of Han Purple #5729F8
RGB
CMYK
RGB Variations
Color information
#5729F8 (or 0x5729F8) is known color: Han Purple. HEX triplet: 57, 29 and F8. RGB value is (87,41,248). Sum of RGB (Red+Green+Blue) = 87+41+248=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #5729F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5729F8 is #A8D607. Grayscale: #4D4D4D. Windows color (decimal): -11064840 or 16263511. OLE color: 16263511.
HSL color Cylindrical-coordinate representation of color #5729F8: hue angle of 253.33º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5729F8 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 41 | 248 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.03 |
| HSL | 253.33º | 0.94% | 0.57% | - |
| HSV(B) | 253.33º | 0.83% | 0.97% | - |
| XYZ | 21.67 | 10.39 | 89.67 | - |
| YUV | 78.35 | 223.74 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 248 | 0.65 | 0.83 | 0 | 0.03 | 253.33 | 0.94 | 0.57 |
| Hex | 57 | 29 | F8 | 41 | 53 | 0 | 3 | FD | 5E | 39 |
| Octal | 127 | 51 | 370 | 101 | 123 | 0 | 3 | 375 | 136 | 71 |
| Binary | 1010111 | 101001 | 11111000 | 1000001 | 1010011 | 0 | 11 | 11111101 | 1011110 | 111001 |
Color Harmonies of #5729F8
Complementary color
Monochromatic Colors of #5729F8
Black with #5729F8
Text Example
Text Example
White with #5729F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5729F8; }
p { color: rgb(87,41,248); }
H1.HeaderClassName
{
color: #5729F8;
}
.AnyTagClassName
{
color: #5729F8;
}
</style>
background-color css
<style>
a { background-color: #5729F8; }
a { background-color: rgb(87,41,248); }
div.DivClassName
{
background-color: #5729F8;
}
.BgClassName
{
background-color: #5729F8;
}
</style>
border-color css
<style>
span { border-color: #5729F8; }
span { border-color: rgb(87,41,248); }
td.TdClassName
{
border-color: #5729F8;
}
.TagClassName
{
border-color: #5729F8;
}
</style>