Shades of Han Purple #5825FF
Tints of Han Purple #5825FF
RGB
CMYK
RGB Variations
Color information
#5825FF (or 0x5825FF) is known color: Han Purple. HEX triplet: 58, 25 and FF. RGB value is (88,37,255). Sum of RGB (Red+Green+Blue) = 88+37+255=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #5825FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5825FF is #A7DA00. Grayscale: #4C4C4C. Windows color (decimal): -11000321 or 16721240. OLE color: 16721240.
HSL color Cylindrical-coordinate representation of color #5825FF: hue angle of 254.04º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5825FF is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 37 | 255 | - |
| CMYK | 0.65 | 0.85 | 0 | 0 |
| HSL | 254.04º | 1% | 0.57% | - |
| HSV(B) | 254.04º | 0.85% | 1% | - |
| XYZ | 22.74 | 10.62 | 95.46 | - |
| YUV | 77.1 | 228.4 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 255 | 0.65 | 0.85 | 0 | 0 | 254.04 | 1 | 0.57 |
| Hex | 58 | 25 | FF | 41 | 55 | 0 | 0 | FE | 64 | 39 |
| Octal | 130 | 45 | 377 | 101 | 125 | 0 | 0 | 376 | 144 | 71 |
| Binary | 1011000 | 100101 | 11111111 | 1000001 | 1010101 | 0 | 0 | 11111110 | 1100100 | 111001 |
Color Harmonies of #5825FF
Complementary color
Monochromatic Colors of #5825FF
Black with #5825FF
Text Example
Text Example
White with #5825FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5825FF; }
p { color: rgb(88,37,255); }
H1.HeaderClassName
{
color: #5825FF;
}
.AnyTagClassName
{
color: #5825FF;
}
</style>
background-color css
<style>
a { background-color: #5825FF; }
a { background-color: rgb(88,37,255); }
div.DivClassName
{
background-color: #5825FF;
}
.BgClassName
{
background-color: #5825FF;
}
</style>
border-color css
<style>
span { border-color: #5825FF; }
span { border-color: rgb(88,37,255); }
td.TdClassName
{
border-color: #5825FF;
}
.TagClassName
{
border-color: #5825FF;
}
</style>