Shades of Han Purple #5729FF
Tints of Han Purple #5729FF
RGB
CMYK
RGB Variations
Color information
#5729FF (or 0x5729FF) is known color: Han Purple. HEX triplet: 57, 29 and FF. RGB value is (87,41,255). Sum of RGB (Red+Green+Blue) = 87+41+255=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #5729FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5729FF is #A8D600. Grayscale: #4E4E4E. Windows color (decimal): -11064833 or 16722263. OLE color: 16722263.
HSL color Cylindrical-coordinate representation of color #5729FF: hue angle of 252.9º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5729FF is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 41 | 255 | - |
| CMYK | 0.66 | 0.84 | 0 | 0 |
| HSL | 252.9º | 1% | 0.58% | - |
| HSV(B) | 252.9º | 0.84% | 1% | - |
| XYZ | 22.77 | 10.83 | 95.5 | - |
| YUV | 79.15 | 227.24 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 255 | 0.66 | 0.84 | 0 | 0 | 252.9 | 1 | 0.58 |
| Hex | 57 | 29 | FF | 42 | 54 | 0 | 0 | FD | 64 | 3A |
| Octal | 127 | 51 | 377 | 102 | 124 | 0 | 0 | 375 | 144 | 72 |
| Binary | 1010111 | 101001 | 11111111 | 1000010 | 1010100 | 0 | 0 | 11111101 | 1100100 | 111010 |
Color Harmonies of #5729FF
Complementary color
Monochromatic Colors of #5729FF
Black with #5729FF
Text Example
Text Example
White with #5729FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5729FF; }
p { color: rgb(87,41,255); }
H1.HeaderClassName
{
color: #5729FF;
}
.AnyTagClassName
{
color: #5729FF;
}
</style>
background-color css
<style>
a { background-color: #5729FF; }
a { background-color: rgb(87,41,255); }
div.DivClassName
{
background-color: #5729FF;
}
.BgClassName
{
background-color: #5729FF;
}
</style>
border-color css
<style>
span { border-color: #5729FF; }
span { border-color: rgb(87,41,255); }
td.TdClassName
{
border-color: #5729FF;
}
.TagClassName
{
border-color: #5729FF;
}
</style>