Shades of Honey Flower #644C78
Tints of Honey Flower #644C78
RGB
CMYK
RGB Variations
Color information
#644C78 (or 0x644C78) is known color: Honey Flower. HEX triplet: 64, 4C and 78. RGB value is (100,76,120). Sum of RGB (Red+Green+Blue) = 100+76+120=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #644C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C78 is #9BB387. Grayscale: #585858. Windows color (decimal): -10204040 or 7883876. OLE color: 7883876.
HSL color Cylindrical-coordinate representation of color #644C78: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #644C78 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 76 | 120 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.53 |
| HSL | 272.73º | 0.22% | 0.38% | - |
| HSV(B) | 272.73º | 0.37% | 0.47% | - |
| XYZ | 11.23 | 9.23 | 18.96 | - |
| YUV | 88.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 120 | 0.17 | 0.37 | 0 | 0.53 | 272.73 | 0.22 | 0.38 |
| Hex | 64 | 4C | 78 | 11 | 25 | 0 | 35 | 111 | 16 | 26 |
| Octal | 144 | 114 | 170 | 21 | 45 | 0 | 65 | 421 | 26 | 46 |
| Binary | 1100100 | 1001100 | 1111000 | 10001 | 100101 | 0 | 110101 | 100010001 | 10110 | 100110 |
Color Harmonies of #644C78
Complementary color
Monochromatic Colors of #644C78
Black with #644C78
Text Example
Text Example
White with #644C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C78; }
p { color: rgb(100,76,120); }
H1.HeaderClassName
{
color: #644C78;
}
.AnyTagClassName
{
color: #644C78;
}
</style>
background-color css
<style>
a { background-color: #644C78; }
a { background-color: rgb(100,76,120); }
div.DivClassName
{
background-color: #644C78;
}
.BgClassName
{
background-color: #644C78;
}
</style>
border-color css
<style>
span { border-color: #644C78; }
span { border-color: rgb(100,76,120); }
td.TdClassName
{
border-color: #644C78;
}
.TagClassName
{
border-color: #644C78;
}
</style>