Shades of Han Purple #5804D7
Tints of Han Purple #5804D7
RGB
CMYK
RGB Variations
Color information
#5804D7 (or 0x5804D7) is known color: Han Purple. HEX triplet: 58, 04 and D7. RGB value is (88,4,215). Sum of RGB (Red+Green+Blue) = 88+4+215=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 215 (84.38% from 255 or 70.03% from 307); Max value from RGB is 215 - color contains mainly: blue. Hex color #5804D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804D7 is #A7FB28. Grayscale: #343434. Windows color (decimal): -11008809 or 14091352. OLE color: 14091352.
HSL color Cylindrical-coordinate representation of color #5804D7: hue angle of 263.89º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804D7 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 4 | 215 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.16 |
| HSL | 263.89º | 0.96% | 0.43% | - |
| HSV(B) | 263.89º | 0.98% | 0.84% | - |
| XYZ | 16.33 | 7.07 | 64.79 | - |
| YUV | 53.17 | 219.33 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 215 | 0.59 | 0.98 | 0 | 0.16 | 263.89 | 0.96 | 0.43 |
| Hex | 58 | 4 | D7 | 3B | 62 | 0 | 10 | 108 | 60 | 2B |
| Octal | 130 | 4 | 327 | 73 | 142 | 0 | 20 | 410 | 140 | 53 |
| Binary | 1011000 | 100 | 11010111 | 111011 | 1100010 | 0 | 10000 | 100001000 | 1100000 | 101011 |
Color Harmonies of #5804D7
Complementary color
Monochromatic Colors of #5804D7
Black with #5804D7
Text Example
Text Example
White with #5804D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804D7; }
p { color: rgb(88,4,215); }
H1.HeaderClassName
{
color: #5804D7;
}
.AnyTagClassName
{
color: #5804D7;
}
</style>
background-color css
<style>
a { background-color: #5804D7; }
a { background-color: rgb(88,4,215); }
div.DivClassName
{
background-color: #5804D7;
}
.BgClassName
{
background-color: #5804D7;
}
</style>
border-color css
<style>
span { border-color: #5804D7; }
span { border-color: rgb(88,4,215); }
td.TdClassName
{
border-color: #5804D7;
}
.TagClassName
{
border-color: #5804D7;
}
</style>