Shades of Han Purple #5925F5
Tints of Han Purple #5925F5
RGB
CMYK
RGB Variations
Color information
#5925F5 (or 0x5925F5) is known color: Han Purple. HEX triplet: 59, 25 and F5. RGB value is (89,37,245). Sum of RGB (Red+Green+Blue) = 89+37+245=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 245 (96.09% from 255 or 66.04% from 371); Max value from RGB is 245 - color contains mainly: blue. Hex color #5925F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5925F5 is #A6DA0A. Grayscale: #4B4B4B. Windows color (decimal): -10934795 or 16065881. OLE color: 16065881.
HSL color Cylindrical-coordinate representation of color #5925F5: hue angle of 255º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5925F5 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 37 | 245 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.04 |
| HSL | 255º | 0.91% | 0.55% | - |
| HSV(B) | 255º | 0.85% | 0.96% | - |
| XYZ | 21.26 | 10.04 | 87.2 | - |
| YUV | 76.26 | 223.23 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 245 | 0.64 | 0.85 | 0 | 0.04 | 255 | 0.91 | 0.55 |
| Hex | 59 | 25 | F5 | 40 | 55 | 0 | 4 | FF | 5B | 37 |
| Octal | 131 | 45 | 365 | 100 | 125 | 0 | 4 | 377 | 133 | 67 |
| Binary | 1011001 | 100101 | 11110101 | 1000000 | 1010101 | 0 | 100 | 11111111 | 1011011 | 110111 |
Color Harmonies of #5925F5
Complementary color
Monochromatic Colors of #5925F5
Black with #5925F5
Text Example
Text Example
White with #5925F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5925F5; }
p { color: rgb(89,37,245); }
H1.HeaderClassName
{
color: #5925F5;
}
.AnyTagClassName
{
color: #5925F5;
}
</style>
background-color css
<style>
a { background-color: #5925F5; }
a { background-color: rgb(89,37,245); }
div.DivClassName
{
background-color: #5925F5;
}
.BgClassName
{
background-color: #5925F5;
}
</style>
border-color css
<style>
span { border-color: #5925F5; }
span { border-color: rgb(89,37,245); }
td.TdClassName
{
border-color: #5925F5;
}
.TagClassName
{
border-color: #5925F5;
}
</style>