Shades of Han Purple #5927FB
Tints of Han Purple #5927FB
RGB
CMYK
RGB Variations
Color information
#5927FB (or 0x5927FB) is known color: Han Purple. HEX triplet: 59, 27 and FB. RGB value is (89,39,251). Sum of RGB (Red+Green+Blue) = 89+39+251=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #5927FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5927FB is #A6D804. Grayscale: #4D4D4D. Windows color (decimal): -10934277 or 16459609. OLE color: 16459609.
HSL color Cylindrical-coordinate representation of color #5927FB: hue angle of 254.15º 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 #5927FB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 39 | 251 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.02 |
| HSL | 254.15º | 0.96% | 0.57% | - |
| HSV(B) | 254.15º | 0.84% | 0.98% | - |
| XYZ | 22.26 | 10.54 | 92.13 | - |
| YUV | 78.12 | 225.57 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 251 | 0.65 | 0.84 | 0 | 0.02 | 254.15 | 0.96 | 0.57 |
| Hex | 59 | 27 | FB | 41 | 54 | 0 | 2 | FE | 60 | 39 |
| Octal | 131 | 47 | 373 | 101 | 124 | 0 | 2 | 376 | 140 | 71 |
| Binary | 1011001 | 100111 | 11111011 | 1000001 | 1010100 | 0 | 10 | 11111110 | 1100000 | 111001 |
Color Harmonies of #5927FB
Complementary color
Monochromatic Colors of #5927FB
Black with #5927FB
Text Example
Text Example
White with #5927FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5927FB; }
p { color: rgb(89,39,251); }
H1.HeaderClassName
{
color: #5927FB;
}
.AnyTagClassName
{
color: #5927FB;
}
</style>
background-color css
<style>
a { background-color: #5927FB; }
a { background-color: rgb(89,39,251); }
div.DivClassName
{
background-color: #5927FB;
}
.BgClassName
{
background-color: #5927FB;
}
</style>
border-color css
<style>
span { border-color: #5927FB; }
span { border-color: rgb(89,39,251); }
td.TdClassName
{
border-color: #5927FB;
}
.TagClassName
{
border-color: #5927FB;
}
</style>