Shades of Han Purple #5825FA
Tints of Han Purple #5825FA
RGB
CMYK
RGB Variations
Color information
#5825FA (or 0x5825FA) is known color: Han Purple. HEX triplet: 58, 25 and FA. RGB value is (88,37,250). Sum of RGB (Red+Green+Blue) = 88+37+250=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #5825FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5825FA is #A7DA05. Grayscale: #4B4B4B. Windows color (decimal): -11000326 or 16393560. OLE color: 16393560.
HSL color Cylindrical-coordinate representation of color #5825FA: hue angle of 254.37º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5825FA is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 37 | 250 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.02 |
| HSL | 254.37º | 0.96% | 0.56% | - |
| HSV(B) | 254.37º | 0.85% | 0.98% | - |
| XYZ | 21.94 | 10.3 | 91.27 | - |
| YUV | 76.53 | 225.9 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 250 | 0.65 | 0.85 | 0 | 0.02 | 254.37 | 0.96 | 0.56 |
| Hex | 58 | 25 | FA | 41 | 55 | 0 | 2 | FE | 60 | 38 |
| Octal | 130 | 45 | 372 | 101 | 125 | 0 | 2 | 376 | 140 | 70 |
| Binary | 1011000 | 100101 | 11111010 | 1000001 | 1010101 | 0 | 10 | 11111110 | 1100000 | 111000 |
Color Harmonies of #5825FA
Complementary color
Monochromatic Colors of #5825FA
Black with #5825FA
Text Example
Text Example
White with #5825FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5825FA; }
p { color: rgb(88,37,250); }
H1.HeaderClassName
{
color: #5825FA;
}
.AnyTagClassName
{
color: #5825FA;
}
</style>
background-color css
<style>
a { background-color: #5825FA; }
a { background-color: rgb(88,37,250); }
div.DivClassName
{
background-color: #5825FA;
}
.BgClassName
{
background-color: #5825FA;
}
</style>
border-color css
<style>
span { border-color: #5825FA; }
span { border-color: rgb(88,37,250); }
td.TdClassName
{
border-color: #5825FA;
}
.TagClassName
{
border-color: #5825FA;
}
</style>