Shades of Honey Flower #582A71
Tints of Honey Flower #582A71
RGB
CMYK
RGB Variations
Color information
#582A71 (or 0x582A71) is known color: Honey Flower. HEX triplet: 58, 2A and 71. RGB value is (88,42,113). Sum of RGB (Red+Green+Blue) = 88+42+113=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #582A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A71 is #A7D58E. Grayscale: #3F3F3F. Windows color (decimal): -10999183 or 7416408. OLE color: 7416408.
HSL color Cylindrical-coordinate representation of color #582A71: hue angle of 278.87º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #582A71 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 42 | 113 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.56 |
| HSL | 278.87º | 0.46% | 0.3% | - |
| HSV(B) | 278.87º | 0.63% | 0.44% | - |
| XYZ | 7.83 | 4.92 | 16.16 | - |
| YUV | 63.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 113 | 0.22 | 0.63 | 0 | 0.56 | 278.87 | 0.46 | 0.3 |
| Hex | 58 | 2A | 71 | 16 | 3F | 0 | 38 | 117 | 2E | 1E |
| Octal | 130 | 52 | 161 | 26 | 77 | 0 | 70 | 427 | 56 | 36 |
| Binary | 1011000 | 101010 | 1110001 | 10110 | 111111 | 0 | 111000 | 100010111 | 101110 | 11110 |
Color Harmonies of #582A71
Complementary color
Monochromatic Colors of #582A71
Black with #582A71
Text Example
Text Example
White with #582A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A71; }
p { color: rgb(88,42,113); }
H1.HeaderClassName
{
color: #582A71;
}
.AnyTagClassName
{
color: #582A71;
}
</style>
background-color css
<style>
a { background-color: #582A71; }
a { background-color: rgb(88,42,113); }
div.DivClassName
{
background-color: #582A71;
}
.BgClassName
{
background-color: #582A71;
}
</style>
border-color css
<style>
span { border-color: #582A71; }
span { border-color: rgb(88,42,113); }
td.TdClassName
{
border-color: #582A71;
}
.TagClassName
{
border-color: #582A71;
}
</style>