Shades of Han Purple #5825DF
Tints of Han Purple #5825DF
RGB
CMYK
RGB Variations
Color information
#5825DF (or 0x5825DF) is known color: Han Purple. HEX triplet: 58, 25 and DF. RGB value is (88,37,223). Sum of RGB (Red+Green+Blue) = 88+37+223=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #5825DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825DF is #A7DA20. Grayscale: #484848. Windows color (decimal): -11000353 or 14624088. OLE color: 14624088.
HSL color Cylindrical-coordinate representation of color #5825DF: hue angle of 256.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5825DF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 37 | 223 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.13 |
| HSL | 256.45º | 0.74% | 0.51% | - |
| HSV(B) | 256.45º | 0.83% | 0.87% | - |
| XYZ | 18.01 | 8.73 | 70.55 | - |
| YUV | 73.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 223 | 0.61 | 0.83 | 0 | 0.13 | 256.45 | 0.74 | 0.51 |
| Hex | 58 | 25 | DF | 3D | 53 | 0 | D | 100 | 4A | 33 |
| Octal | 130 | 45 | 337 | 75 | 123 | 0 | 15 | 400 | 112 | 63 |
| Binary | 1011000 | 100101 | 11011111 | 111101 | 1010011 | 0 | 1101 | 100000000 | 1001010 | 110011 |
Color Harmonies of #5825DF
Complementary color
Monochromatic Colors of #5825DF
Black with #5825DF
Text Example
Text Example
White with #5825DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5825DF; }
p { color: rgb(88,37,223); }
H1.HeaderClassName
{
color: #5825DF;
}
.AnyTagClassName
{
color: #5825DF;
}
</style>
background-color css
<style>
a { background-color: #5825DF; }
a { background-color: rgb(88,37,223); }
div.DivClassName
{
background-color: #5825DF;
}
.BgClassName
{
background-color: #5825DF;
}
</style>
border-color css
<style>
span { border-color: #5825DF; }
span { border-color: rgb(88,37,223); }
td.TdClassName
{
border-color: #5825DF;
}
.TagClassName
{
border-color: #5825DF;
}
</style>