Shades of Han Purple #5826DE
Tints of Han Purple #5826DE
RGB
CMYK
RGB Variations
Color information
#5826DE (or 0x5826DE) is known color: Han Purple. HEX triplet: 58, 26 and DE. RGB value is (88,38,222). Sum of RGB (Red+Green+Blue) = 88+38+222=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #5826DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826DE is #A7D921. Grayscale: #494949. Windows color (decimal): -11000098 or 14558808. OLE color: 14558808.
HSL color Cylindrical-coordinate representation of color #5826DE: hue angle of 256.3º 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 #5826DE is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 38 | 222 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.13 |
| HSL | 256.3º | 0.74% | 0.51% | - |
| HSV(B) | 256.3º | 0.83% | 0.87% | - |
| XYZ | 17.9 | 8.73 | 69.85 | - |
| YUV | 73.93 | 211.57 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 222 | 0.60 | 0.83 | 0 | 0.13 | 256.3 | 0.74 | 0.51 |
| Hex | 58 | 26 | DE | 3C | 53 | 0 | D | 100 | 4A | 33 |
| Octal | 130 | 46 | 336 | 74 | 123 | 0 | 15 | 400 | 112 | 63 |
| Binary | 1011000 | 100110 | 11011110 | 111100 | 1010011 | 0 | 1101 | 100000000 | 1001010 | 110011 |
Color Harmonies of #5826DE
Complementary color
Monochromatic Colors of #5826DE
Black with #5826DE
Text Example
Text Example
White with #5826DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826DE; }
p { color: rgb(88,38,222); }
H1.HeaderClassName
{
color: #5826DE;
}
.AnyTagClassName
{
color: #5826DE;
}
</style>
background-color css
<style>
a { background-color: #5826DE; }
a { background-color: rgb(88,38,222); }
div.DivClassName
{
background-color: #5826DE;
}
.BgClassName
{
background-color: #5826DE;
}
</style>
border-color css
<style>
span { border-color: #5826DE; }
span { border-color: rgb(88,38,222); }
td.TdClassName
{
border-color: #5826DE;
}
.TagClassName
{
border-color: #5826DE;
}
</style>