Shades of Honey Flower #572A72
Tints of Honey Flower #572A72
RGB
CMYK
RGB Variations
Color information
#572A72 (or 0x572A72) is known color: Honey Flower. HEX triplet: 57, 2A and 72. RGB value is (87,42,114). Sum of RGB (Red+Green+Blue) = 87+42+114=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #572A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A72 is #A8D58D. Grayscale: #3F3F3F. Windows color (decimal): -11064718 or 7481943. OLE color: 7481943.
HSL color Cylindrical-coordinate representation of color #572A72: hue angle of 277.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572A72 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 42 | 114 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.55 |
| HSL | 277.5º | 0.46% | 0.31% | - |
| HSV(B) | 277.5º | 0.63% | 0.45% | - |
| XYZ | 7.8 | 4.9 | 16.45 | - |
| YUV | 63.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 114 | 0.24 | 0.63 | 0 | 0.55 | 277.5 | 0.46 | 0.31 |
| Hex | 57 | 2A | 72 | 18 | 3F | 0 | 37 | 116 | 2E | 1F |
| Octal | 127 | 52 | 162 | 30 | 77 | 0 | 67 | 426 | 56 | 37 |
| Binary | 1010111 | 101010 | 1110010 | 11000 | 111111 | 0 | 110111 | 100010110 | 101110 | 11111 |
Color Harmonies of #572A72
Complementary color
Monochromatic Colors of #572A72
Black with #572A72
Text Example
Text Example
White with #572A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A72; }
p { color: rgb(87,42,114); }
H1.HeaderClassName
{
color: #572A72;
}
.AnyTagClassName
{
color: #572A72;
}
</style>
background-color css
<style>
a { background-color: #572A72; }
a { background-color: rgb(87,42,114); }
div.DivClassName
{
background-color: #572A72;
}
.BgClassName
{
background-color: #572A72;
}
</style>
border-color css
<style>
span { border-color: #572A72; }
span { border-color: rgb(87,42,114); }
td.TdClassName
{
border-color: #572A72;
}
.TagClassName
{
border-color: #572A72;
}
</style>