Shades of Han Purple #5825F1
Tints of Han Purple #5825F1
RGB
CMYK
RGB Variations
Color information
#5825F1 (or 0x5825F1) is known color: Han Purple. HEX triplet: 58, 25 and F1. RGB value is (88,37,241). Sum of RGB (Red+Green+Blue) = 88+37+241=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #5825F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5825F1 is #A7DA0E. Grayscale: #4A4A4A. Windows color (decimal): -11000335 or 15803736. OLE color: 15803736.
HSL color Cylindrical-coordinate representation of color #5825F1: hue angle of 255º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5825F1 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 37 | 241 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.05 |
| HSL | 255º | 0.88% | 0.55% | - |
| HSV(B) | 255º | 0.85% | 0.95% | - |
| XYZ | 20.56 | 9.75 | 84.02 | - |
| YUV | 75.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 241 | 0.63 | 0.85 | 0 | 0.05 | 255 | 0.88 | 0.55 |
| Hex | 58 | 25 | F1 | 3F | 55 | 0 | 5 | FF | 58 | 37 |
| Octal | 130 | 45 | 361 | 77 | 125 | 0 | 5 | 377 | 130 | 67 |
| Binary | 1011000 | 100101 | 11110001 | 111111 | 1010101 | 0 | 101 | 11111111 | 1011000 | 110111 |
Color Harmonies of #5825F1
Complementary color
Monochromatic Colors of #5825F1
Black with #5825F1
Text Example
Text Example
White with #5825F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5825F1; }
p { color: rgb(88,37,241); }
H1.HeaderClassName
{
color: #5825F1;
}
.AnyTagClassName
{
color: #5825F1;
}
</style>
background-color css
<style>
a { background-color: #5825F1; }
a { background-color: rgb(88,37,241); }
div.DivClassName
{
background-color: #5825F1;
}
.BgClassName
{
background-color: #5825F1;
}
</style>
border-color css
<style>
span { border-color: #5825F1; }
span { border-color: rgb(88,37,241); }
td.TdClassName
{
border-color: #5825F1;
}
.TagClassName
{
border-color: #5825F1;
}
</style>