Shades of Honey Flower #612E7A
Tints of Honey Flower #612E7A
RGB
CMYK
RGB Variations
Color information
#612E7A (or 0x612E7A) is known color: Honey Flower. HEX triplet: 61, 2E and 7A. RGB value is (97,46,122). Sum of RGB (Red+Green+Blue) = 97+46+122=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #612E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E7A is #9ED185. Grayscale: #454545. Windows color (decimal): -10408326 or 8007265. OLE color: 8007265.
HSL color Cylindrical-coordinate representation of color #612E7A: hue angle of 280.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612E7A is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 46 | 122 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.52 |
| HSL | 280.26º | 0.45% | 0.33% | - |
| HSV(B) | 280.26º | 0.62% | 0.48% | - |
| XYZ | 9.42 | 5.9 | 19.05 | - |
| YUV | 69.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 122 | 0.20 | 0.62 | 0 | 0.52 | 280.26 | 0.45 | 0.33 |
| Hex | 61 | 2E | 7A | 14 | 3E | 0 | 34 | 118 | 2D | 21 |
| Octal | 141 | 56 | 172 | 24 | 76 | 0 | 64 | 430 | 55 | 41 |
| Binary | 1100001 | 101110 | 1111010 | 10100 | 111110 | 0 | 110100 | 100011000 | 101101 | 100001 |
Color Harmonies of #612E7A
Complementary color
Monochromatic Colors of #612E7A
Black with #612E7A
Text Example
Text Example
White with #612E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E7A; }
p { color: rgb(97,46,122); }
H1.HeaderClassName
{
color: #612E7A;
}
.AnyTagClassName
{
color: #612E7A;
}
</style>
background-color css
<style>
a { background-color: #612E7A; }
a { background-color: rgb(97,46,122); }
div.DivClassName
{
background-color: #612E7A;
}
.BgClassName
{
background-color: #612E7A;
}
</style>
border-color css
<style>
span { border-color: #612E7A; }
span { border-color: rgb(97,46,122); }
td.TdClassName
{
border-color: #612E7A;
}
.TagClassName
{
border-color: #612E7A;
}
</style>