Shades of Honey Flower #612F73
Tints of Honey Flower #612F73
RGB
CMYK
RGB Variations
Color information
#612F73 (or 0x612F73) is known color: Honey Flower. HEX triplet: 61, 2F and 73. RGB value is (97,47,115). Sum of RGB (Red+Green+Blue) = 97+47+115=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #612F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612F73 is #9ED08C. Grayscale: #454545. Windows color (decimal): -10408077 or 7548769. OLE color: 7548769.
HSL color Cylindrical-coordinate representation of color #612F73: hue angle of 284.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612F73 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 47 | 115 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.55 |
| HSL | 284.12º | 0.42% | 0.32% | - |
| HSV(B) | 284.12º | 0.59% | 0.45% | - |
| XYZ | 9.04 | 5.81 | 16.87 | - |
| YUV | 69.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 115 | 0.16 | 0.59 | 0 | 0.55 | 284.12 | 0.42 | 0.32 |
| Hex | 61 | 2F | 73 | 10 | 3B | 0 | 37 | 11C | 2A | 20 |
| Octal | 141 | 57 | 163 | 20 | 73 | 0 | 67 | 434 | 52 | 40 |
| Binary | 1100001 | 101111 | 1110011 | 10000 | 111011 | 0 | 110111 | 100011100 | 101010 | 100000 |
Color Harmonies of #612F73
Complementary color
Monochromatic Colors of #612F73
Black with #612F73
Text Example
Text Example
White with #612F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F73; }
p { color: rgb(97,47,115); }
H1.HeaderClassName
{
color: #612F73;
}
.AnyTagClassName
{
color: #612F73;
}
</style>
background-color css
<style>
a { background-color: #612F73; }
a { background-color: rgb(97,47,115); }
div.DivClassName
{
background-color: #612F73;
}
.BgClassName
{
background-color: #612F73;
}
</style>
border-color css
<style>
span { border-color: #612F73; }
span { border-color: rgb(97,47,115); }
td.TdClassName
{
border-color: #612F73;
}
.TagClassName
{
border-color: #612F73;
}
</style>