Shades of Han Purple #5729FE
Tints of Han Purple #5729FE
RGB
CMYK
RGB Variations
Color information
#5729FE (or 0x5729FE) is known color: Han Purple. HEX triplet: 57, 29 and FE. RGB value is (87,41,254). Sum of RGB (Red+Green+Blue) = 87+41+254=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #5729FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5729FE is #A8D601. Grayscale: #4E4E4E. Windows color (decimal): -11064834 or 16656727. OLE color: 16656727.
HSL color Cylindrical-coordinate representation of color #5729FE: hue angle of 252.96º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5729FE is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 41 | 254 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.00 |
| HSL | 252.96º | 0.99% | 0.58% | - |
| HSV(B) | 252.96º | 0.84% | 1% | - |
| XYZ | 22.61 | 10.77 | 94.65 | - |
| YUV | 79.04 | 226.74 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 254 | 0.66 | 0.84 | 0 | 0.00 | 252.96 | 0.99 | 0.58 |
| Hex | 57 | 29 | FE | 42 | 54 | 0 | 0 | FD | 63 | 3A |
| Octal | 127 | 51 | 376 | 102 | 124 | 0 | 0 | 375 | 143 | 72 |
| Binary | 1010111 | 101001 | 11111110 | 1000010 | 1010100 | 0 | 0 | 11111101 | 1100011 | 111010 |
Color Harmonies of #5729FE
Complementary color
Monochromatic Colors of #5729FE
Black with #5729FE
Text Example
Text Example
White with #5729FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5729FE; }
p { color: rgb(87,41,254); }
H1.HeaderClassName
{
color: #5729FE;
}
.AnyTagClassName
{
color: #5729FE;
}
</style>
background-color css
<style>
a { background-color: #5729FE; }
a { background-color: rgb(87,41,254); }
div.DivClassName
{
background-color: #5729FE;
}
.BgClassName
{
background-color: #5729FE;
}
</style>
border-color css
<style>
span { border-color: #5729FE; }
span { border-color: rgb(87,41,254); }
td.TdClassName
{
border-color: #5729FE;
}
.TagClassName
{
border-color: #5729FE;
}
</style>