Shades of Han Purple #5925F8
Tints of Han Purple #5925F8
RGB
CMYK
RGB Variations
Color information
#5925F8 (or 0x5925F8) is known color: Han Purple. HEX triplet: 59, 25 and F8. RGB value is (89,37,248). Sum of RGB (Red+Green+Blue) = 89+37+248=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 248 (97.27% from 255 or 66.31% from 374); Max value from RGB is 248 - color contains mainly: blue. Hex color #5925F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5925F8 is #A6DA07. Grayscale: #4B4B4B. Windows color (decimal): -10934792 or 16262489. OLE color: 16262489.
HSL color Cylindrical-coordinate representation of color #5925F8: hue angle of 254.79º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5925F8 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 37 | 248 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.03 |
| HSL | 254.79º | 0.94% | 0.56% | - |
| HSV(B) | 254.79º | 0.85% | 0.97% | - |
| XYZ | 21.72 | 10.22 | 89.64 | - |
| YUV | 76.6 | 224.73 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 248 | 0.64 | 0.85 | 0 | 0.03 | 254.79 | 0.94 | 0.56 |
| Hex | 59 | 25 | F8 | 40 | 55 | 0 | 3 | FF | 5E | 38 |
| Octal | 131 | 45 | 370 | 100 | 125 | 0 | 3 | 377 | 136 | 70 |
| Binary | 1011001 | 100101 | 11111000 | 1000000 | 1010101 | 0 | 11 | 11111111 | 1011110 | 111000 |
Color Harmonies of #5925F8
Complementary color
Monochromatic Colors of #5925F8
Black with #5925F8
Text Example
Text Example
White with #5925F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5925F8; }
p { color: rgb(89,37,248); }
H1.HeaderClassName
{
color: #5925F8;
}
.AnyTagClassName
{
color: #5925F8;
}
</style>
background-color css
<style>
a { background-color: #5925F8; }
a { background-color: rgb(89,37,248); }
div.DivClassName
{
background-color: #5925F8;
}
.BgClassName
{
background-color: #5925F8;
}
</style>
border-color css
<style>
span { border-color: #5925F8; }
span { border-color: rgb(89,37,248); }
td.TdClassName
{
border-color: #5925F8;
}
.TagClassName
{
border-color: #5925F8;
}
</style>