Shades of Han Purple #5822F4
Tints of Han Purple #5822F4
RGB
CMYK
RGB Variations
Color information
#5822F4 (or 0x5822F4) is known color: Han Purple. HEX triplet: 58, 22 and F4. RGB value is (88,34,244). Sum of RGB (Red+Green+Blue) = 88+34+244=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 244 (95.70% from 255 or 66.67% from 366); Max value from RGB is 244 - color contains mainly: blue. Hex color #5822F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5822F4 is #A7DD0B. Grayscale: #494949. Windows color (decimal): -11001100 or 15999576. OLE color: 15999576.
HSL color Cylindrical-coordinate representation of color #5822F4: hue angle of 255.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5822F4 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 34 | 244 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.04 |
| HSL | 255.43º | 0.91% | 0.55% | - |
| HSV(B) | 255.43º | 0.86% | 0.96% | - |
| XYZ | 20.93 | 9.75 | 86.37 | - |
| YUV | 74.09 | 223.89 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 244 | 0.64 | 0.86 | 0 | 0.04 | 255.43 | 0.91 | 0.55 |
| Hex | 58 | 22 | F4 | 40 | 56 | 0 | 4 | FF | 5B | 37 |
| Octal | 130 | 42 | 364 | 100 | 126 | 0 | 4 | 377 | 133 | 67 |
| Binary | 1011000 | 100010 | 11110100 | 1000000 | 1010110 | 0 | 100 | 11111111 | 1011011 | 110111 |
Color Harmonies of #5822F4
Complementary color
Monochromatic Colors of #5822F4
Black with #5822F4
Text Example
Text Example
White with #5822F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5822F4; }
p { color: rgb(88,34,244); }
H1.HeaderClassName
{
color: #5822F4;
}
.AnyTagClassName
{
color: #5822F4;
}
</style>
background-color css
<style>
a { background-color: #5822F4; }
a { background-color: rgb(88,34,244); }
div.DivClassName
{
background-color: #5822F4;
}
.BgClassName
{
background-color: #5822F4;
}
</style>
border-color css
<style>
span { border-color: #5822F4; }
span { border-color: rgb(88,34,244); }
td.TdClassName
{
border-color: #5822F4;
}
.TagClassName
{
border-color: #5822F4;
}
</style>