Shades of Han Purple #5921FB
Tints of Han Purple #5921FB
RGB
CMYK
RGB Variations
Color information
#5921FB (or 0x5921FB) is known color: Han Purple. HEX triplet: 59, 21 and FB. RGB value is (89,33,251). Sum of RGB (Red+Green+Blue) = 89+33+251=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #5921FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5921FB is #A6DE04. Grayscale: #494949. Windows color (decimal): -10935813 or 16458073. OLE color: 16458073.
HSL color Cylindrical-coordinate representation of color #5921FB: hue angle of 255.41º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5921FB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 33 | 251 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.02 |
| HSL | 255.41º | 0.96% | 0.56% | - |
| HSV(B) | 255.41º | 0.87% | 0.98% | - |
| XYZ | 22.08 | 10.18 | 92.07 | - |
| YUV | 74.6 | 227.55 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 251 | 0.65 | 0.87 | 0 | 0.02 | 255.41 | 0.96 | 0.56 |
| Hex | 59 | 21 | FB | 41 | 57 | 0 | 2 | FF | 60 | 38 |
| Octal | 131 | 41 | 373 | 101 | 127 | 0 | 2 | 377 | 140 | 70 |
| Binary | 1011001 | 100001 | 11111011 | 1000001 | 1010111 | 0 | 10 | 11111111 | 1100000 | 111000 |
Color Harmonies of #5921FB
Complementary color
Monochromatic Colors of #5921FB
Black with #5921FB
Text Example
Text Example
White with #5921FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5921FB; }
p { color: rgb(89,33,251); }
H1.HeaderClassName
{
color: #5921FB;
}
.AnyTagClassName
{
color: #5921FB;
}
</style>
background-color css
<style>
a { background-color: #5921FB; }
a { background-color: rgb(89,33,251); }
div.DivClassName
{
background-color: #5921FB;
}
.BgClassName
{
background-color: #5921FB;
}
</style>
border-color css
<style>
span { border-color: #5921FB; }
span { border-color: rgb(89,33,251); }
td.TdClassName
{
border-color: #5921FB;
}
.TagClassName
{
border-color: #5921FB;
}
</style>