Shades of Han Purple #5935FB
Tints of Han Purple #5935FB
RGB
CMYK
RGB Variations
Color information
#5935FB (or 0x5935FB) is known color: Han Purple. HEX triplet: 59, 35 and FB. RGB value is (89,53,251). Sum of RGB (Red+Green+Blue) = 89+53+251=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #5935FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5935FB is #A6CA04. Grayscale: #555555. Windows color (decimal): -10930693 or 16463193. OLE color: 16463193.
HSL color Cylindrical-coordinate representation of color #5935FB: hue angle of 250.91º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5935FB is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 53 | 251 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.02 |
| HSL | 250.91º | 0.96% | 0.6% | - |
| HSV(B) | 250.91º | 0.79% | 0.98% | - |
| XYZ | 22.81 | 11.64 | 92.31 | - |
| YUV | 86.34 | 220.93 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 251 | 0.65 | 0.79 | 0 | 0.02 | 250.91 | 0.96 | 0.6 |
| Hex | 59 | 35 | FB | 41 | 4F | 0 | 2 | FB | 60 | 3C |
| Octal | 131 | 65 | 373 | 101 | 117 | 0 | 2 | 373 | 140 | 74 |
| Binary | 1011001 | 110101 | 11111011 | 1000001 | 1001111 | 0 | 10 | 11111011 | 1100000 | 111100 |
Color Harmonies of #5935FB
Complementary color
Monochromatic Colors of #5935FB
Black with #5935FB
Text Example
Text Example
White with #5935FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5935FB; }
p { color: rgb(89,53,251); }
H1.HeaderClassName
{
color: #5935FB;
}
.AnyTagClassName
{
color: #5935FB;
}
</style>
background-color css
<style>
a { background-color: #5935FB; }
a { background-color: rgb(89,53,251); }
div.DivClassName
{
background-color: #5935FB;
}
.BgClassName
{
background-color: #5935FB;
}
</style>
border-color css
<style>
span { border-color: #5935FB; }
span { border-color: rgb(89,53,251); }
td.TdClassName
{
border-color: #5935FB;
}
.TagClassName
{
border-color: #5935FB;
}
</style>