Shades of Han Purple #5829FB
Tints of Han Purple #5829FB
RGB
CMYK
RGB Variations
Color information
#5829FB (or 0x5829FB) is known color: Han Purple. HEX triplet: 58, 29 and FB. RGB value is (88,41,251). Sum of RGB (Red+Green+Blue) = 88+41+251=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #5829FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5829FB is #A7D604. Grayscale: #4E4E4E. Windows color (decimal): -10999301 or 16460120. OLE color: 16460120.
HSL color Cylindrical-coordinate representation of color #5829FB: hue angle of 253.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5829FB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 41 | 251 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.02 |
| HSL | 253.43º | 0.96% | 0.57% | - |
| HSV(B) | 253.43º | 0.84% | 0.98% | - |
| XYZ | 22.23 | 10.63 | 92.15 | - |
| YUV | 78.99 | 225.07 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 251 | 0.65 | 0.84 | 0 | 0.02 | 253.43 | 0.96 | 0.57 |
| Hex | 58 | 29 | FB | 41 | 54 | 0 | 2 | FD | 60 | 39 |
| Octal | 130 | 51 | 373 | 101 | 124 | 0 | 2 | 375 | 140 | 71 |
| Binary | 1011000 | 101001 | 11111011 | 1000001 | 1010100 | 0 | 10 | 11111101 | 1100000 | 111001 |
Color Harmonies of #5829FB
Complementary color
Monochromatic Colors of #5829FB
Black with #5829FB
Text Example
Text Example
White with #5829FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5829FB; }
p { color: rgb(88,41,251); }
H1.HeaderClassName
{
color: #5829FB;
}
.AnyTagClassName
{
color: #5829FB;
}
</style>
background-color css
<style>
a { background-color: #5829FB; }
a { background-color: rgb(88,41,251); }
div.DivClassName
{
background-color: #5829FB;
}
.BgClassName
{
background-color: #5829FB;
}
</style>
border-color css
<style>
span { border-color: #5829FB; }
span { border-color: rgb(88,41,251); }
td.TdClassName
{
border-color: #5829FB;
}
.TagClassName
{
border-color: #5829FB;
}
</style>